Searched refs:svgElement (Results 1 – 1 of 1) sorted by relevance
173 function svgSetPaintData(svgElement, paint) { argument190 svgElement.setAttribute("fill", 'fill' == paint.style ? color : "none");192 svgElement.setAttribute("stroke", color);195 svgElement.setAttribute("stroke-width", paint.strokeWidth);201 svgElement.setAttribute("font-size", paint.textSize);204 svgElement.setAttribute("font-family", typeface.family);207 svgElement.setAttribute("text-anchor", paint.textAlign == "right" ? "end" : assert(0));210 svgElement.setAttribute("alignment-baseline", paint.textBaseline);223 var svgElement;226 svgElement = svgCreatePath(drawSpec[1], drawObj);[all …]