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

/inkscape/share/extensions/
H A DjessyInk.js998 charCodeDict[DRAWING_MODE]["1"] = function () { return drawingSetPathWidth(1.0); };
999 charCodeDict[DRAWING_MODE]["3"] = function () { return drawingSetPathWidth(3.0); };
1000 charCodeDict[DRAWING_MODE]["5"] = function () { return drawingSetPathWidth(5.0); };
1001 charCodeDict[DRAWING_MODE]["7"] = function () { return drawingSetPathWidth(7.0); };
1002 charCodeDict[DRAWING_MODE]["9"] = function () { return drawingSetPathWidth(9.0); };
1208 function drawingSetPathWidth(width) function

Completed in 19 milliseconds