twiddlingbits / twr-wasm

twr-wasm: easily run C/C++ code in a web browser using Web Assembly, with examples
https://twiddlingbits.dev/
MIT License
19 stars 2 forks source link

tests-d2d error in StrokeText #19

Closed twiddlingbits closed 1 month ago

twiddlingbits commented 2 months ago

I get this error running the tests-d2d:

StrokeText test failed! Expected 0x6ECCA58D, 0xCB11F126, or 0xB954F57B got 0x1BAE7F1C

JohnDog3112 commented 1 month ago

This is one of those tests that might not work on other people's machines. I inserted 0xB954F57B for your computer, but I've now replaced it with 0x1BAE7F1C. Did any of the text-based tests break?

twiddlingbits commented 1 month ago

None of the other tests failed (just stroketext). Now they all work fine. Here is what stroke test looks like:

image

Assuming that is correct, please close this issue.