Lines Matching refs:svg
11 function reportSVG(svg, testname) {
16 let svgStr = svg.outerHTML;
21 setCanvasSize(canvasCtx, svg.getAttribute('width'), svg.getAttribute('height'));
27 _report(b64, 'svg', testname).then(() => {
31 tempImg.setAttribute('src', 'data:image/svg+xml;,' + svgStr);
36 // a proper svg and send it off. Supports fill (nofill means just stroke it).
39 let newPath = document.createElementNS('http://www.w3.org/2000/svg', 'path');
48 let newSVG = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
51 newSVG.setAttribute('xmlns', 'http://www.w3.org/2000/svg');