modern-path2d 1.3.5 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -86,7 +86,7 @@ path.drawTo(document.getElementById('canvas').getContext('2d'))
86
86
  document.body.append(new Path2DSet([path]).toCanvas())
87
87
 
88
88
  // export to SVG DOM
89
- document.body.append(new Path2DSet([path]).toSVG())
89
+ document.body.append(new Path2DSet([path]).toSvg())
90
90
 
91
91
  /**
92
92
  * Triangulate