Searched refs:toSVGString (Results 1 – 21 of 21) sorted by relevance
56 expect(orig.toSVGString()).toEqual(copy.toSVGString());70 expect(orig.toSVGString()).toEqual(copy.toSVGString());84 expect(orig.toSVGString()).toEqual(copy.toSVGString());
50 let svgStr = path.toSVGString();68 let svgStr = path.toSVGString();83 let output = path.toSVGString();99 let svgStr = path.toSVGString();
37 <path stroke=black fill=white stroke-width=0.01 d="${expectedPath.toSVGString()}"></path>41 <path stroke=black fill=white stroke-width=0.01 d="${actualPath.toSVGString()}"></path>
65 let svgStr = path.toSVGString();
72 svgPath.setAttribute('d', path.toSVGString());
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>
55 svgPath.setAttribute('d', path.toSVGString());
114 const svgStr = path.toSVGString();
233 let svgStr = path.toSVGString();
194 ctx.path.toSVGString();
211 ctx.path.toSVGString();
201 toSVGString: function() {}, method
541 toSVGString: function() {}, method
239 - An SVG string `path.toSVGString()`704 #### `toSVGString()`716 newPath.setAttribute('d', box.toSVGString());
236 - An SVG string `path.toSVGString()`655 #### `toSVGString()` ####666 newPath.setAttribute('d', box.toSVGString());
492 const str = path.toSVGString(); // $ExpectType string
2467 toSVGString(): string; method