Laurenz Stampfl
Laurenz Stampfl
Also, it might help if you create a directory that contains all of the fonts that are needed for reproduction, and run `resvg` with `--skip-system-fonts` and `--use-fonts-dir` and then tell...
FWIW there is currently a package that allows you to format datetimes using different locales: https://typst.app/universe/package/icu-datetime Perhaps we should also rework the Typst implementation to use `icu4x` instead of the...
I'm not sure, but according to the package it's 8MB... Although I guess some of it will also be the wasm code for the library.
But from what I've seen icu data should be pretty modular, so it should be possible to load whatever you need on demand. But I haven't looked into it more...
Fix is now on main.
Fixed on main.
> Despite everything looking perfect in the preview, the output PDF was a chaotic mess. I mean, could you be a bit more specific? What exactly was wrong, apart from...
The reason this is happening is because your SVG contains filters. It's not possible to translate those to PDF, as PDF doesn't support them directly. So the only option is...
Works on main now. :)
Do you happen to have learned anything new about why this is happening? I just encountered the same weird behavior with Apple Color Emoji but I just cannot figure out...