Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/util/
DmxJsCanvas.js262 this.setLineDash(dashArray);
266 this.setLineDash([0]);
270 mxJsCanvas.prototype.setLineDash = function(value) method in mxJsCanvas
274 if (typeof this.ctx.setLineDash === "function")
276 this.ctx.setLineDash(value);
302 this.ctx.setLineDash(dashArray);
/plugin/stlviewer/stlviewer/
DCanvasRenderer.js116 if ( _context.setLineDash === undefined ) {
118 _context.setLineDash = function () {}; function
677 setLineDash( [ material.dashSize, material.gapSize ] );
686 setLineDash( [] );
1147 function setLineDash( value ) { function
1151 _context.setLineDash( value );
/plugin/sketchcanvas/script/
DSketchCanvas.js72 if(!ctx.setLineDash) {
73 ctx.setLineDash = function(){}; function
925 ctx.setLineDash([5]);
928 ctx.setLineDash([]);
948 ctx.setLineDash([5]);
953 ctx.setLineDash([]);
958 ctx.setLineDash([5]);
963 ctx.setLineDash([]);
1925 ctx.setLineDash([5]);
1928 ctx.setLineDash([]);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DmxRuler.js148 ctx.setLineDash([]);
437 ctx.setLineDash([2]);
/plugin/sketchcanvas/bundle/
DSketchCanvas.js32setLineDash||(f.setLineDash=function(){});var o=20;Re.push(new _i(ee,_,ee+o,_+q,function(){f.fillS…
36setLineDash([5]),f.rect(a.minx,a.miny,a.maxx-a.minx,a.maxy-a.miny),f.stroke(),f.setLineDash([]),f.…
DSketchCanvas.js.map4setLineDash method for browsers that don't support it.\r\n\t// The method is not compatible with m…
/plugin/diagramsnet/lib/js/rough/
Drough.min.js73 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
74 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…
Drough.js.orig1setLineDash(s.strokeLineDash),s.strokeLineDashOffset&&(n.lineDashOffset=s.strokeLineDashOffset),th…
Drough.js.modified2009 …parent" : s.stroke, n.lineWidth = s.strokeWidth, s.strokeLineDash && n.setLineDash(s.strokeLineDas…
2034 …n < 0 && (n = s.strokeWidth / 2), t.save(), s.fillLineDash && t.setLineDash(s.fillLineDash), s.fil…
/plugin/statistics/js/
Dchart.js13setLineDash(s.borderDash||[]),i.lineDashOffset=s.borderDashOffset,i.beginPath(),i.moveTo(t.x,t.y),…
/plugin/pdfjs/pdfjs/build/
Dpdf.js14704 if (sourceCtx.setLineDash !== undefined) {
14705 destCtx.setLineDash(sourceCtx.getLineDash());
14722 if (ctx.setLineDash !== undefined) {
14723 ctx.setLineDash([]);
14975 if (ctx.setLineDash !== undefined) {
14976 ctx.setLineDash(dashArray);
Dpdf.js.map1setLineDash !== undefined) {\n destCtx.setLineDash(sourceCtx.getLineDash());\n destCtx.l…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js7199 return typeof ctx.setLineDash !== 'undefined';
7312 ctx.setLineDash(this.strokeDashArray);
11615 ctx.setLineDash(this.strokeDashArray);
19877 supportsLineDash && ctx.setLineDash(this.strokeDashArray);
Dfabric.min.js4setLineDash!=="undefined";case"toDataURL":return typeof el.toDataURL!=="undefined";case"toDataURLW…
6 …ly(this.strokeDashArray,this.strokeDashArray)}if(supportsLineDash){ctx.setLineDash(this.strokeDash…
11 …apply(this.strokeDashArray,this.strokeDashArray)}supportsLineDash&&ctx.setLineDash(this.strokeDash…
/plugin/mermaid/
H A Dmermaid.min.js1979setLineDash)switch(n){case"dotted":a.setLineDash([1,1]);break;case"dashed":a.setLineDash(h),a.line…
/plugin/ol3/
Dscript.js8setLineDash&&(b(r.lineDash,t.lineDash)||e.setLineDash(r.lineDash=t.lineDash),r.lineDashOffset!=t.l… method in t
/plugin/openlayersmap/ol/
Dol.js.map1setLineDash(renderOptions.lineDash);\n context.lineDashOffset = renderOptions.lineDashOffse…
/plugin/diagramsnet/lib/js/
Dapp.min.js208 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
209 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…
12175 …dth,t.height);u.beginPath();u.lineWidth=.7;u.strokeStyle=p.strokeClr;u.setLineDash([]);u.font="9px…
12180 …s);try{var k,n,q,t,v,y,z,A,B;u.lineWidth=.5;u.strokeStyle=p.guideClr;u.setLineDash([2]);d?(n=b.y+g…
Dviewer.min.js174 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
175 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…
Dviewer-static.min.js174 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
175 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…