Searched refs:repeatedCommands (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 8 …c.util.drawArc,commandLengths={m:2,l:2,h:1,v:1,c:6,s:4,q:4,t:2,a:7},repeatedCommands={m:"l",M:"L"}… class 9 …commandLength=commandLengths[command.toLowerCase()],repeatedCommand=repeatedCommands[command]||com…
|
H A D | fabric.js | 15091 repeatedCommands = { class 15635 repeatedCommand = repeatedCommands[command] || command;
|