Canvas rotated text artifacts
I use Processing.js to display some 45 degrees rotated text on an image. The problem is that after roation the text becomes hard to read as artifacts become visible, letter spacing is not constant or letters do not have the same bottom line. Here is a demo . You can see that the second "Hello World" has the Ø sign instead of e and o . Also, at 8th the letter spacing problem is obvious. Is there a way to fix this? At least for 45 degrees rotated text. Here's a screenshot. I know that here seems like it's not of a big deal, but the final image has to be perfect and this bug really stands out. I