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

/inkscape/share/extensions/
H A DjessyInk.js46 var DRAWING_MODE = 3; variable
986 charCodeDict[DRAWING_MODE] = new Object();
996 charCodeDict[DRAWING_MODE]["d"] = function () { return drawingSwitchToSlideMode(); };
997 charCodeDict[DRAWING_MODE]["0"] = function () { return drawingResetPathWidth(); };
998 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); };
1003 charCodeDict[DRAWING_MODE]["
[all...]

Completed in 12 milliseconds