We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ 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).
#svg1
#svg2
They both have the same path specified with the d attribute, but the one made by Wilderness doesn't render as expected.
d
The text was updated successfully, but these errors were encountered:
I got it to work by using SVGPoints.toPath.
SVGPoints.toPath
https://codepen.io/HatScripts/pen/wvYMWvm
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: