Searched defs:path_width (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk.js105 var path_width = path_width_default; variable
106 var path_paint_width = path_width;
1200 path_width = path_width_default;
1210 path_width = width;
1635 path_paint_width = path_width / Math.sqrt((svgPoint2.x - svgPoint1.x) * (svgPoint2.x - svgPoint1.x) + (svgPoint2.y - svgPoint1.y) * (svgPoint2.y - svgPoint1.y));

Completed in 18 milliseconds