Kevin

Results 1 issues of Kevin

I'm having issues using the the dataUrl to extract a base64 png on Internet Explorer 11 ``` // svg to test var svg = ''; // Outputs data:image/svg+xml;base64,PHN2Z...... Pablo(svg).dataUrl('svg', function(uri){console.log(uri)});...