You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To clarify, judging from this article, the created SVG files are setting the viewPort via width and height, but are missing a viewBox. So the fix here would be to include both, width + height and a viewBox, correct?
This should be a simple enough fix. Maybe paper.js has native support for this, otherwise it requires digging through the created SVG file. I'll leave this open for a bit until the holidays if anyone is interested 🎅
I noticed that the generated SVG file is using static width, height, x and y.
Consider using
viewBox="0 0 48 48"
instead, since this makes the svg reusable for other icon generators such as splicon which is what I'm using..The text was updated successfully, but these errors were encountered: