We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having issues using the the dataUrl to extract a base64 png on Internet Explorer 11
// svg to test var svg = '<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.1"><rect width="200" height="100" stroke="black" stroke-width="6" fill="green"/></svg>'; // Outputs data:image/svg+xml;base64,PHN2Z...... Pablo(svg).dataUrl('svg', function(uri){console.log(uri)}); //returns the base64 of xml // Outputs data:, Pablo(svg).dataUrl('png', function(uri){console.log(uri)}); // Returns true Pablo.support.image.png(function(support){console.log(support);}) ```;
The text was updated successfully, but these errors were encountered:
Thanks for the report.
Sorry, something went wrong.
Any progress on this one ?
No branches or pull requests
I'm having issues using the the dataUrl to extract a base64 png on Internet Explorer 11
The text was updated successfully, but these errors were encountered: