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

/inkscape/src/
H A Ddocument.cpp806 double margin_bottom = 0.0; local
813 margin_bottom = nv->getMarginLength("fit-margin-bottom", nv_units, unit_table.getUnit("px"), w, h, false);
817 margin_bottom = Inkscape::Util::Quantity::convert(margin_bottom, nv_units, "px");
822 rect.min() - Geom::Point(margin_left, margin_bottom),

Completed in 103 milliseconds