SVG Path
https://codepen.io/aldrinbright/pen/ZEjNXEE
why is my second path not visible ?
5 Replies
because it is outside the viewbox
the second path moves to -60 -30
ok got it, thanks👍
FYI,
viewbox
is only valid as an attribute on the svg
element. It won't do anything on a path
element.ah yea true, forgot to mention that
(viewbox also works for marker, pattern, symbol and view btw, but that doesnt matter for this case)
ok 👍