Searched refs:viewboxH (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Dpage-sizer.cpp948 double viewboxH = _viewboxH.getValue(); local
950 if( viewboxW > 0 && viewboxH > 0) {
955 doc->setViewBox( Geom::Rect::from_xywh( viewboxX, viewboxY, viewboxW, viewboxH ) );

Completed in 10 milliseconds