Open
Description
Description
In Typst code, I see that some part of it deal with SVGZ (SVG vector images compressed with Gzip), e.g.:
- https://github.com/typst/typst/blob/22a117a091f2d5936533d361098e7483f2997568/crates/typst-layout/src/image.rs#L149
- https://github.com/typst/typst/blob/22a117a091f2d5936533d361098e7483f2997568/crates/typst-library/src/visualize/image/mod.rs#L410
So I expected the web app to support SVGZ files, but I simply cannot upload one.
I prefer not to use uncompressed SVG, as it is 25MB (and only 1MB as SVGZ).
Maybe this is not supported and not planned to support (that would be weird since Typst handles SVGZ here and there), but in any case I simply cannot find any resource saying what file types are supported on Typst.
Thanks in advance.
Reproduction URL
No response
Browsers
Chrome
OS
Linux