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
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
I've got this working so that SVGs are downloading as PNGs. Works great on desktop browsers. On mobile Safari (iOS 13.4.1), all of them are working except for one. On the one that doesn't work, it tries to save it as filename.png.txt and adds ".txt" onto the filename. It only does this on mobile, and only on this one SVG.
I initially thought it might be because it's a more complex SVG (1.1MB and the others are around 100KB), but I modified the SVG to get it down to around 10KB and tried it and it did the exact same thing.
Any ideas why mobile Safari adds .txt to this one particular SVG while the others work great?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got this working so that SVGs are downloading as PNGs. Works great on desktop browsers. On mobile Safari (iOS 13.4.1), all of them are working except for one. On the one that doesn't work, it tries to save it as filename.png.txt and adds ".txt" onto the filename. It only does this on mobile, and only on this one SVG.
I initially thought it might be because it's a more complex SVG (1.1MB and the others are around 100KB), but I modified the SVG to get it down to around 10KB and tried it and it did the exact same thing.
Any ideas why mobile Safari adds .txt to this one particular SVG while the others work great?
The text was updated successfully, but these errors were encountered: