# Written by Claudio on Monday 2 January 2017 21:58, read 9742 times.

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

An asterisk (*) denotes a required field. Markdown syntax allowed.