cburgmer / rasterizeHTML.js

Renders HTML into the browser's canvas
http://cburgmer.github.io/rasterizeHTML.js
MIT License
2.45k stars 219 forks source link

Failing for large svg's in iOS #216

Open Saahiljeet-Singh opened 2 years ago

Saahiljeet-Singh commented 2 years ago

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.

Saahiljeet-Singh commented 2 years ago

@cburgmer : Any update or workaround is appreciated.