Home
last modified time | relevance | path

Searched refs:strokeColor (Results 51 – 75 of 116) sorted by last modified time

12345

/plugin/diagramsnet/lib/shapes/
H A DmxInfographic.js1485 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, 'none');
1486 c.setFillColor(strokeColor);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js500 …pe.setStrokeColor=function(a){a==mxConstants.NONE&&(a=null);this.state.strokeColor=a};mxAbstractCa…
515 …ion(a){a==mxConstants.NONE&&(a=null);if(this.compressed){if(this.state.strokeColor==a)return;mxAbs…
553 …e("fill","transparent"):c.setAttribute("fill","none"),a=!1);b&&null!=d.strokeColor?this.updateStro…
558 …e=function(){var a=this.state;this.node.setAttribute("stroke",String(a.strokeColor).toLowerCase())…
3359 "#ffffff");f&&f.strokeColor||mxUtils.getValue(this.style,"strokeColor","#000000");var w=f&&f.stroke…
10422 …C5C",strokeColor:"#006658",fillColor:"#21C0A5"}},{commonStyle:{fontColor:"#095C86",strokeColor:"#A…
10423strokeColor:"#788AA3",fillColor:"#B2C9AB"}},{commonStyle:{fontColor:"#5AA9E6",strokeColor:"#FF6392…
10424strokeColor:"#DDA15E",fillColor:"#BC6C25"},graph:{background:"#283618",gridColor:"#48632C"}},{comm…
10425strokeColor:"#0B4D6A"}},{vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#5D7F99"},edgeStyle:{stroke…
10426strokeColor:"#182E3E"},commonStyle:{fontColor:"#1A1A1A"},graph:{background:"#EEEEEE"}},{vertexStyl…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js13018 var strokeColor = p.LineColor;
13029 var sc = dd.s == 'prop' || dd.s == null? strokeColor : dd.s;
H A DmxFreehand.js278 var strokeColor = mxUtils.getValue(graph.currentVertexStyle, mxConstants.STYLE_STROKECOLOR,
281 if (strokeColor == 'default')
283 strokeColor = graph.shapeForegroundColor;
288 path.setAttribute('stroke', strokeColor);
/plugin/diagramsnet/lib/resources/
H A Ddia_fi.txt713 strokeColor=Rivin väri
H A Ddia_gl.txt713 strokeColor=Cor de liña
H A Ddia_hi.txt713 strokeColor=Line Color
H A Ddia_i18n.txt713 strokeColor=strokeColor
H A Ddia_ko.txt713 strokeColor=선 색
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_ro.txt713 strokeColor=Culoarea liniei
H A Ddia_sk.txt713 strokeColor=Line Color
H A Ddia_sr.txt713 strokeColor=Boja linije
H A Ddia_sv.txt713 strokeColor=Linjefärg
H A Ddia_sw.txt713 strokeColor=Line Color
H A Ddia_te.txt713 strokeColor=Line Color
H A Ddia_th.txt713 strokeColor=เส้นสี
H A Ddia_tr.txt713 strokeColor=Çizgi rengi
H A Ddia_uk.txt713 strokeColor=Колір лінії
H A Ddia_zh-tw.txt713 strokeColor=邊線顏色
H A Ddia_zh.txt713 strokeColor=线条颜色
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js216 var strokeColor = c.state.strokeColor;
654 var strokeColor = c.state.strokeColor;
657 c.setFillColor(strokeColor);
681 var strokeColor = c.state.strokeColor;
684 c.setFillColor(strokeColor);
707 var strokeColor = c.state.strokeColor;
935 var strokeColor = c.state.strokeColor;
1425 var strokeColor = c.state.strokeColor;
1427 c.setFillColor(strokeColor);
1451 var strokeColor = c.state.strokeColor;
[all …]

12345