wilderness
wilderness copied to clipboard
Not working: `{ type: "path", d: "..." }`
https://codepen.io/HatScripts/pen/eYLqqLY
See the regular SVG on the left (#svg1), and the one generated by Wilderness on the right (#svg2).
They both have the same path specified with the d attribute, but the one made by Wilderness doesn't render as expected.
I got it to work by using SVGPoints.toPath.
https://codepen.io/HatScripts/pen/wvYMWvm