Results 391 comments of Cas_

seems like the entrypoint contains CRLF instead of plain LF, which causes issues

@garethgeorge by far the easiest way to solve this is with [nsis](https://nsis.sourceforge.io/Main_Page), I created a simple NSIS script for this, I think it's the best solution because it also can...

@garethgeorge I noticed there's an issue in the build script i provided, all the icon shortcuts are wrong, instead of `"${BUILD_DIR}\icon.ico"` they should be `"$INSTDIR\icon.ico"`, I haven't checked if you...

i never added it because i honestly have no clue how to remove fonts from libass safely x)

just firefox things, feel free to disable offscreen canvas in ff, i cba fixing this for firefox for the 5th time, they simply can't implement it properly

![Screenshot_2023-11-06-01-25-43-905_com brave browser](https://github.com/ThaUnknown/jassub/assets/6506529/124f90a3-1494-476c-be79-7868ceef6ed6) can't reproduce

this is likely due to offscreen render, it's a chromium bug

as I said, disabling offscreen render fixes this on android, I don't know why this happens, I assume it occurs when the bitmap given to skia is too big?

closing as no reproduction is available