Searched refs:strokeText (Results 1 – 14 of 14) sorted by relevance
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 130 ctx.strokeText('SketchCanvas Editor v0.1.6', 420, 10); 156 ctx.strokeText('X='+x+' Y='+y, x, y); 166 ctx.strokeText(menus[i].text, mx1+10+(i+0)*(mw1+10), my0+20); 218 ctx.strokeText('○', x+9, my0+20); 247 ctx.strokeText(i18n.t('Unimplemented'), x, y); 1957 ctx.strokeText('1', x+45, y+10); 1983 ctx.strokeText('1', x+45, y+10); 2019 ctx.strokeText('2', x+45, y+10); 2034 ctx.strokeText('2', x+45, y+10); 2047 ctx.strokeText('2', x+45, y+10); [all …]
|
| D | draw.js | 123 ctx.strokeText('済', arr[0].x+3, arr[0].y+10);
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 32 …strokeText("SketchCanvas Editor v0.1.6",420,10),f.rect(Vt,Wt,Hi,Et),f.rect(le,ve,ct,ht),f.closePat… 36 …strokeText("1",o+45,a+10)},mouseDown:lr,mouseMove:cr,mouseUp:function(o){0<u.length&&(xe||ge)&&oe(…
|
| D | SketchCanvas.js.map | 4 …strokeText('SketchCanvas Editor v0.1.6', 420, 10);\r\n\tctx.rect(x0, y0, w0, h0);\r\n\tctx.rect(x1…
|
| /plugin/processing/ |
| D | script.js | 3017 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/statistics/js/ |
| D | chartjs-plugin-datalabels.js | 7 …(t,e,r){var a=t.shadowBlur,o=r.stroked,n=x(r.x),i=x(r.y),l=x(r.w);o&&t.strokeText(e,n,i,l),r.fille…
|
| D | chart.js | 13 …keStyle=r.strokeColor),s(r.strokeWidth)||(t.lineWidth=r.strokeWidth),t.strokeText(d,i,o,r.maxWidth…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 21044 ctx.strokeText(_char, left, top);
|
| D | fabric.min.js | 13 …ex,i);if(shouldFill){ctx.fillText(_char,left,top)}if(shouldStroke){ctx.strokeText(_char,left,top)}…
|
| /plugin/ol3/ |
| D | script.js | 8 …strokeText(this.text_,0,0),this.textFillState_&&o.fillText(this.text_,0,0),o.setTransform(1,0,0,1,…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 15445 ctx.strokeText(character, x, y);
|
| D | pdf.js.map | 1 …strokeText.\n // See https://bugzilla.mozilla.org/show_bug.cgi?id=726227\n var browserFo…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1979 …break}for(var Q=0;Q<Y.length;Q++)ee>0&&t.strokeText(Y[Q],u,h),t.fillText(Y[Q],u,h),h+=ce}else ee>0…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …strokeText(this.text_, 0, 0);\n }\n if (this.textFillState_) {\n context.fi…
|