Home
last modified time | relevance | path

Searched refs:path_def (Results 1 – 1 of 1) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dpsvg-1.js106 function path_def(){if(path) function
123 (-(y1-gcur.cy)).toFixed(1)}else{gcur.cx=x1;gcur.cy=y1;path_def()}}else{if(path)
125 gcur.cx=x1;gcur.cy=y1;path_def()}
143 Psvg.prototype.curveto=function(x1,y1,x2,y2,x,y){path_def();path+="\tC"+
151 Psvg.prototype.lineto=function(x,y){path_def()
163 Psvg.prototype.rcurveto=function(x1,y1,x2,y2,x,y){path_def();path+="\tc"+
167 function rlineto(x,y){path_def()