Krzysztof Kowalczyk
Krzysztof Kowalczyk
@Biswa96 > * The fonts as resource addition need to be done without assembly. I believe `nasm` supports arm64 so it should be possible to use the same trick as...
You're right. Yasm then? (https://yasm.tortall.net/) The build system (premake) is flexible enough to add custom compilers (that's how `nasm` is integrated). Either yasm could replace nasm (if it's fully compatible)...
Could you clarify how you're opening the file (File / Open? drag & drop? double click). Are you closing sumatra at any point in the repro steps?
The file does load. It's just very large (40 MB uncompressed, 3 thousand+ files). The old engine was smarter about rendering as it goes. There might be a way to...
I'm unlikely to have time to implement a big change like that. There's no support for markdown-inside-html. `ast.HTMLBlock` is a leaf node which means there's no support for it to...
Does it still happen in pre-release? (https://www.sumatrapdfreader.org/prerelease) We fixed at least one bug related to saving annotations: https://github.com/sumatrapdfreader/sumatrapdf/issues/3981
fixed in mupdf and merged in Sumatra
Reported to mupdf: https://bugs.ghostscript.com/show_bug.cgi?id=706397
Should fully render now.
I believe this is fixed now.