Skip to content Skip to sidebar Skip to footer

KineticJS: How Can I Export A Stage With An SVG Image On IOS?

Using KineticJS I created a stage with a jpg image and an svg image on top. Then I tried to export the stage. It works fine on desktop but not on IOS. I created a JSFiddle to demon

Solution 1:

Drawing svg to canvas is bad idea. Look there: https://stackoverflow.com/a/5505861/512042 As workarond you may:

1 Convert image to png.

or

2 Use Kinetic.Path


Post a Comment for "KineticJS: How Can I Export A Stage With An SVG Image On IOS?"