On some letters the outline is not correct, but I want to use it
Example Babylon.js Playground
Checking
This is a bug in the font combined with how canvas/context strokeText function works
@Deltakosh
maybe this can solve it, javascript - Canvas stroke text sharp artifacts - Stack Overflow
2 Likes
You rock buddy!!! I will do the PR asap
2 Likes
@aWeirdo
Thank you, you are very cool
@Deltakosh
I hope this will be fixed soon, as far as I know this is a very old bug
will be live in a couple of hours
1 Like
@Deltakosh
Thanks for the quick fix, but there is another problem with the text outline
https://www.babylonjs-playground.com/#D55ULQ#1
At higher values, it is even more noticeable
You can ask the text to not clip with text1.clipContent = false;
@Deltakosh
Sorry, thank you