Home
last modified time | relevance | path

Searched refs:strokeWidth2 (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/shapes/
DmxAWS3D.js565 var strokeWidth2 = strokeWidth * h / 60;
567 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
748 var strokeWidth2 = strokeWidth * h / 60;
751 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
887 var strokeWidth2 = strokeWidth * h / 68.8;
890 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1030 var strokeWidth2 = strokeWidth * h / 124;
1032 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1173 var strokeWidth2 = strokeWidth * h / 169.8;
1176 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
[all …]
/plugin/advrack/
Djquery.qtip.js3177 var strokeWidth2 = (parseInt(svg.css('stroke-width'), 10) || 0) / 2; variable
3178 if(strokeWidth2) {
3179 xScale += strokeWidth2 / rootWidth;
3180 yScale += strokeWidth2 / rootHeight;
3190 (elem.rx || elem.r).baseVal.value + strokeWidth2,
3191 (elem.ry || elem.r).baseVal.value + strokeWidth2,