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.
I am currently testing pablo to see if it suits my needs. I ran the DataUrl support test on Microsoft Edge (as i have to have it working on all browsers) and this returned a true response. I then tested the Pablo.support.png(function(support){...}); functionality and when this code is hit i get the following error:
Object doesn't support property or method 'png'
This also happens on chrome for me.
Can you help with this? is it a bug or am i missing something?
Hi,
I am currently testing pablo to see if it suits my needs. I ran the DataUrl support test on Microsoft Edge (as i have to have it working on all browsers) and this returned a true response. I then tested the Pablo.support.png(function(support){...}); functionality and when this code is hit i get the following error:
Object doesn't support property or method 'png'
This also happens on chrome for me.
Can you help with this? is it a bug or am i missing something?
Many Thanks,