Home
last modified time | relevance | path

Searched refs:strokeColor (Results 51 – 75 of 116) sorted by relevance

12345

/plugin/diagramsnet/lib/shapes/
H A DmxInfographic.js1485 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, 'none');
1486 c.setFillColor(strokeColor);
H A DmxBasic.js3287 var strokeColor = mxUtils.getValue(this.style, 'strokeColor', '#000000');
3432 c.setStrokeColor(strokeColor);
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt713 strokeColor=‫لون الخط‬
H A Ddia_eu.txt713 strokeColor=Lerroaren kolorea
H A Ddia_et.txt713 strokeColor=Joone värv
H A Ddia_kn.txt713 strokeColor=Line Color
H A Ddia_si.txt713 strokeColor=Line Color
H A Ddia_sl.txt713 strokeColor=Line Color
H A Ddia_ta.txt713 strokeColor=Line Color
H A Ddia_bn.txt713 strokeColor=Line Color
H A Ddia_da.txt713 strokeColor=Linjefarve
H A Ddia_eo.txt713 strokeColor=Line Color
H A Ddia_mr.txt713 strokeColor=Line Color
H A Ddia_my.txt713 strokeColor=Line Color
H A Ddia_fi.txt713 strokeColor=Rivin väri
H A Ddia_hi.txt713 strokeColor=Line Color
H A Ddia_lt.txt713 strokeColor=Line Color
H A Ddia_ms.txt713 strokeColor=Warna Garis
H A Ddia_no.txt713 strokeColor=Linjefarge
H A Ddia_pt.txt713 strokeColor=Cor da linha 
H A Ddia_sk.txt713 strokeColor=Line Color
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27927 strokeColor: function(color, opacity) {
28533 this.strokeColor(color);
28537 fillAndStroke: function(fillColor, strokeColor, rule) {
28539 if (strokeColor == null) {
28540 strokeColor = fillColor;
28547 if (isFillRule.test(strokeColor)) {
28548 rule = strokeColor;
28549 strokeColor = fillColor;
28553 this.strokeColor(strokeColor);
31849 this.strokeColor.apply(this, this._fillColor);
/plugin/callflow/
H A Draphael.js7423 var strokeColor = R.getRGB(params.stroke);
7424 stroke.on && params.stroke && (stroke.color = strokeColor.hex);
7425 …+a["stroke-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1) * ((+strokeColor.o + 1 || 2) - 1…
/plugin/advrack/
H A Draphael.js7429 var strokeColor = R.getRGB(params.stroke);
7430 stroke.on && params.stroke && (stroke.color = strokeColor.hex);
7431 …+a["stroke-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1) * ((+strokeColor.o + 1 || 2) - 1…
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js466 …pe.setStrokeColor=function(a){a==mxConstants.NONE&&(a=null);this.state.strokeColor=a};mxAbstractCa…
481 …ion(a){a==mxConstants.NONE&&(a=null);if(this.compressed){if(this.state.strokeColor==a)return;mxAbs…
519 …e("fill","transparent"):c.setAttribute("fill","none"),a=!1);b&&null!=d.strokeColor?this.updateStro…
524 …e=function(){var a=this.state;this.node.setAttribute("stroke",String(a.strokeColor).toLowerCase())…
3090 …C5C",strokeColor:"#006658",fillColor:"#21C0A5"}},{commonStyle:{fontColor:"#095C86",strokeColor:"#A…
3091strokeColor:"#788AA3",fillColor:"#B2C9AB"}},{commonStyle:{fontColor:"#5AA9E6",strokeColor:"#FF6392…
3092strokeColor:"#DDA15E",fillColor:"#BC6C25"},graph:{background:"#283618",gridColor:"#48632C"}},{comm…
3093strokeColor:"#0B4D6A"}},{vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#5D7F99"},edgeStyle:{stroke…
3094strokeColor:"#182E3E"},commonStyle:{fontColor:"#1A1A1A"},graph:{background:"#EEEEEE"}},{vertexStyl…
3135 …":this.fillSketch(b,e,d)}}};d.fillSketch=function(d,c,f){var e=b.state.strokeColor,g=b.state.strok…
[all …]

12345