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
I love your svg library! It is the best lib could find and I really appreciate that you guys made it open source.
I noticed that in the DOMParser is working on the Main thread. This is not a problem for svg files loaded from the asset catalog. However, given that one can specify any URL for a svg , this will cause the embedding app to freeze permanently in the case that the url is pointing to a web resource and the app does not have a network connection.
Keep up the great work!
The text was updated successfully, but these errors were encountered:
Hi exyte,
I love your svg library! It is the best lib could find and I really appreciate that you guys made it open source.
I noticed that in the
DOMParser
is working on the Main thread. This is not a problem for svg files loaded from the asset catalog. However, given that one can specify any URL for a svg , this will cause the embedding app to freeze permanently in the case that the url is pointing to a web resource and the app does not have a network connection.Keep up the great work!
The text was updated successfully, but these errors were encountered: