Bezier tool to export SVG
After some hacking, I added the ability to export an SVG path to Victoria Kirst's bezier tool, and pushed the code to the forked repo. Feel free to send PRs and issues 😄 If I have time in the coming days I'd love to also add the ability to import on the way in. Psst at the moment one can do it with a little tweaking, check out the drawPath
method exposed in the global scope, which accepts a list of coordinates similar to the d
attribute of the <path>
element. At the moment, only the L
and C
commands are supported.
Write a comment