gliffy / canvas2svg

Translates HTML5 Canvas draw commands to SVG
MIT License
683 stars 155 forks source link

Allows embedding of images as Data URLs #71

Open justinharrell opened 5 years ago

justinharrell commented 5 years ago

Based on request #56

uses XHR to get original image data including svg images

uses defs to reuse images

add a waitForComplete function for async xhr requests, maybe getSvg and getSerializedSvg should take callbacks instead?

removed enableMirroring since it didn't seem to be used, replaced with embedImages option