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
The current SVG parsing code plots every <x>,<y> pair it encounters in a <path> regardless of whether it's intended to be a linear point or bezier curve parameter.
Given the input SVG:
The current code renders:
Lookin' good 👍
The text was updated successfully, but these errors were encountered:
The current SVG parsing code plots every
<x>,<y>
pair it encounters in a<path>
regardless of whether it's intended to be a linear point or bezier curve parameter.Given the input SVG:
The current code renders:
Lookin' good 👍
The text was updated successfully, but these errors were encountered: