canvas2svg icon indicating copy to clipboard operation
canvas2svg copied to clipboard

Allows embedding of images as Data URLs

Open justinharrell opened this issue 6 years ago • 0 comments

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

justinharrell avatar Feb 05 '19 18:02 justinharrell