Lines Matching refs:setAttribute
59 cache.element.setAttribute("fill-opacity", opacity);
60 cache.element.setAttribute("stroke-opacity", opacity);
93 svgPath.setAttribute("id", key);
100 svgPicture.setAttribute("id", key);
108 e.setAttribute("id", key);
109 e.setAttribute("cx", g.cx);
110 e.setAttribute("cy", g.cy);
111 e.setAttribute("r", g.r);
112 e.setAttribute("gradientUnits", "userSpaceOnUse");
118 s.setAttribute("offset", stop.offset);
121 s.setAttribute("style", style);
130 svgText.setAttribute("id", key);
170 svgPath.setAttribute("d", dString);
190 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);
244 svgElement.setAttribute('x', text.x);
245 svgElement.setAttribute('y', text.y);