rasterizeHTML.js
rasterizeHTML.js copied to clipboard
Failing for large svg's in iOS
Hi,
Large files are failing on iOS devices. We are converting our images into data Uri's and then appending them into svg's. Sample: https://jsfiddle.net/1ratc76L/5/
Is there any way we can bypass appending data uri and apss blob's directly, or any other way to make it work. Our production code generates empty outputs in those cases.
@cburgmer : Any update or workaround is appreciated.