Searched refs:toSVGString (Results 1 – 21 of 21) sorted by relevance
40 expect(orig.toSVGString()).toEqual(copy.toSVGString());54 expect(orig.toSVGString()).toEqual(copy.toSVGString());68 expect(orig.toSVGString()).toEqual(copy.toSVGString());
34 let svgStr = path.toSVGString();52 let svgStr = path.toSVGString();67 let output = path.toSVGString();83 let svgStr = path.toSVGString();
35 <path stroke=black fill=white stroke-width=0.01 d="${expectedPath.toSVGString()}"></path>39 <path stroke=black fill=white stroke-width=0.01 d="${actualPath.toSVGString()}"></path>
65 let svgStr = path.toSVGString();
55 svgPath.setAttribute('d', path.toSVGString());
115 const svgStr = path.toSVGString();
198 let svgStr = path.toSVGString();
194 ctx.path.toSVGString();
231 toSVGString: function() {}, method
554 toSVGString: function() {}, method
239 - An SVG string `path.toSVGString()`704 #### `toSVGString()`716 newPath.setAttribute('d', box.toSVGString());
235 - An SVG string `path.toSVGString()`654 #### `toSVGString()` ####665 newPath.setAttribute('d', box.toSVGString());
497 const str = path.toSVGString(); // $ExpectType string
2477 toSVGString(): string; method