gliffy / canvas2svg

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

Is it Possible to Append two mock context? #88

Open jayykumar opened 1 year ago

jayykumar commented 1 year ago

I need to draw sequence of images in separate mock context and then convert into single image.

I have mock context objects ctxA, ctxB, I would like to append ctxA contents at beginning of ctxB?.

Would be great, you could explain with example code.