Illustrator to Canvas path converter 0.2 BETA | VERSION HISTORY
A rough and ready convertor that takes coordinates from an AI file and translates them to code for vector shapes in a canvas tag.
Version History
0.2 BETA
- Detects new paths and uses
moveTo()to draw them as separate shapes. - No longer necessary to carefully clean up the file, as it gracefully handles extraneous characters. The header is still a problem, however.
- Automatically 'normalises' node positions to re-position the shape as close to the origin as it can be.
- Automatically calculates size of shape before flipping nodes vertically.
- Correctly curves lines between point nodes and bezier nodes.
0.1 BETA
- Single paths.