path-data-polyfill
Advanced tools
{ | ||
"name": "path-data-polyfill", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Polyfill for SVG 2 getPathData() and setPathData() methods", | ||
@@ -5,0 +5,0 @@ "main": "path-data-polyfill.js", |
@@ -55,3 +55,3 @@ ## Polyfill for SVG getPathData() and setPathData() methods | ||
{ type: "L", values: [x, y + height] }, | ||
{ type: "Z"} | ||
{ type: "Z", values: []} | ||
]; | ||
@@ -85,3 +85,3 @@ | ||
{type: "A", values: [rx, ry, 0, 0, 0, cx, cy-ry]}, | ||
{type: "Z"} | ||
{type: "Z", values: []} | ||
]; | ||
@@ -88,0 +88,0 @@ |
41385
0.06%