Home
last modified time | relevance | path

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

/plugin/abc2/abc-libraries/abc2svg/
Dpsvg-1.js71gcur={cx:0,cy:0,xoffs:0,yoffs:0,xscale:1,yscale:1,rotate:0,sin:0,cos:1,linewidth:0.7,dash:''},gc_s… variable in PsParser.init.Wps.Sd.Sd.Psvg
73 if(gcur.xscale!=1||gcur.yscale!=1||gcur.rotate){svgbuf+=' transform="'
74 if(gcur.xscale!=1||gcur.yscale!=1){if(gcur.xscale==gcur.yscale)
75 svgbuf+="scale("+gcur.xscale.toFixed(3)+")"
77 svgbuf+="scale("+gcur.xscale.toFixed(3)+","+gcur.yscale.toFixed(3)+")"}
78 if(gcur.rotate){if(gcur.xoffs||gcur.yoffs){var x,xtmp=gcur.xoffs,y=gcur.yoffs,_sin=gcur.sin,_cos=gc…
79 y.toFixed(1)+")";x_rot=gcur.xoffs;y_rot=gcur.yoffs;gcur.xoffs=0;gcur.yoffs=0}
80 svgbuf+=" rotate("+gcur.rotate.toFixed(2)+")"}
83 if(gcur.rgb)
84 svgbuf+=' style="color:'+gcur.rgb+'"';svgbuf+=">\n";g=1}
[all …]