You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: