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
Hello,
Is there a reason why .svgz files are not supported? I may have misunderstood the format but if I don't say anything stupid it's just a compressed svg file like a .gz?
For one of my projects I need to open svgz files that come from an online source.
I made a simple SVGParser extension that calls SVGParser.parse(text: String) after unzipping the file with GzipSwift. It works for my project
There might be a lot of details to be aware of and maybe a simple unzip is not necessarily enough?
The text was updated successfully, but these errors were encountered:
Hello,
Is there a reason why .svgz files are not supported? I may have misunderstood the format but if I don't say anything stupid it's just a compressed svg file like a .gz?
For one of my projects I need to open svgz files that come from an online source.
I made a simple SVGParser extension that calls
SVGParser.parse(text: String)
after unzipping the file with GzipSwift. It works for my projectThere might be a lot of details to be aware of and maybe a simple unzip is not necessarily enough?
The text was updated successfully, but these errors were encountered: