Comment by bastawhiz
2 years ago
SVG paths translate pretty directly to canvas commands. If you have an SVG path parser, it's pretty straightforward to walk it and output the equivalent js.
2 years ago
SVG paths translate pretty directly to canvas commands. If you have an SVG path parser, it's pretty straightforward to walk it and output the equivalent js.
But for that many paths it seems... tedious. Wondering if they had a better way.