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

/inkscape/src/
H A Dsp-namedview.h67 Inkscape::Util::Unit const *svg_units; // Units used for the values in SVG member in class:SPNamedView::Inkscape::Util
H A Dsp-namedview.cpp71 this->svg_units = unit_table.getUnit("px"); // legacy behavior: if no viewbox present, default to 'px' units
270 svg_units = unit_table.findUnit(factor, Inkscape::Util::UNIT_TYPE_LINEAR);
1160 assert(svg_units);
1161 return *svg_units;

Completed in 484 milliseconds