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

/inkscape/src/extension/internal/
H A Djavafx-out.cpp429 double strokewidth = style->stroke_width.value; local
432 out(" strokeWidth: %s\n", DSTR(strokewidth));
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp218 Geom::Coord strokewidth = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse().expansionX(); local
222 stroke_width << strokewidth / desktop->current_zoom();
224 stroke_width << strokewidth; local

Completed in 22 milliseconds