Home
last modified time | relevance | path

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

/plugin/sketchcanvas/script/
H A DSketchCanvas.js126 ctx.strokeText('SketchCanvas Editor v0.1.3', 420, 10);
152 ctx.strokeText('X='+x+' Y='+y, x, y);
162 ctx.strokeText(menus[i].text, mx1+10+(i+0)*(mw1+10), my0+20);
214 ctx.strokeText('○', x+9, my0+20);
243 ctx.strokeText(i18n.t('Unimplemented'), x, y);
1953 ctx.strokeText('1', x+45, y+10);
1979 ctx.strokeText('1', x+45, y+10);
2015 ctx.strokeText('2', x+45, y+10);
2030 ctx.strokeText('2', x+45, y+10);
2043 ctx.strokeText('
[all...]
H A Ddraw.js123 ctx.strokeText('済', arr[0].x+3, arr[0].y+10);
/plugin/processing/
H A Dscript.js3017 setStroke: function(strokeText) { argument
3019 if (strokeText === "none") {
3021 } else if (strokeText.charAt( 0 ) === "#") {
3023 this.strokeColor = opacityMask | (parseInt( strokeText.substring( 1 ), 16 )) & 0xFFFFFF;
3024 } else if (strokeText.indexOf( "rgb" ) === 0 ) {
3026 this.strokeColor = opacityMask | this.parseRGB(strokeText);
3027 } else if (strokeText.indexOf( "url(#" ) === 0) {
3028 this.strokeName = strokeText.substring(5, strokeText.length - 1);
3037 if (colors[strokeText]){
3039 … this.strokeColor = opacityMask | (parseInt(colors[strokeText].substring(1), 16)) & 0xFFFFFF;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13 …ex,i);if(shouldFill){ctx.fillText(_char,left,top)}if(shouldStroke){ctx.strokeText(_char,left,top)}…
H A Dfabric.js21044 ctx.strokeText(_char, left, top);
/plugin/ol3/
H A Dscript.js8strokeText(this.text_,0,0),this.textFillState_&&o.fillText(this.text_,0,0),o.setTransform(1,0,0,1,…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js15445 ctx.strokeText(character, x, y);
H A Dpdf.js.map1strokeText.\n // See https://bugzilla.mozilla.org/show_bug.cgi?id=726227\n var browserFo…
/plugin/openlayersmap/ol7/
H A Dol.js.map