Home
last modified time | relevance | path

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

/external/skia/experimental/docs/
DsvgBackend.js173 function svgSetPaintData(svgElement, paint) { argument
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);
223 var svgElement;
226 svgElement = svgCreatePath(drawSpec[1], drawObj);
[all …]
/external/skqp/experimental/docs/
DsvgBackend.js173 function svgSetPaintData(svgElement, paint) { argument
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);
223 var svgElement;
226 svgElement = svgCreatePath(drawSpec[1], drawObj);
[all …]