premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

dataUrl for 'jpeg' and 'png' not working in IE11 #98

Closed simonjboyle closed 8 years ago

simonjboyle commented 8 years ago

Running the dataURL example here (http://pablojs.com/api/dataUrl/) in IE11, only the SVG type is returning a dataURL; the other two are blank

premasagar commented 8 years ago

Apologies, the docs were incorrect and are now updated. Please use Pablo.support.image.png and Pablo.support.image.jpeg instead of Pablo.support.png and .jpeg as it previously said.