Hi,
okay, sorry, I was not clear enough - the cut shadow was fixed in 1.20.9.
The border around the text itself is a core browser rendering problem. The HTML canvas API doesn't provide a way to control how the text anti-aliasing gets rendered on a transparent canvas.
A manual workaround can be using the text-color also as background-color and using an almost invisible background-alpha (e.g. bgalpha="0.004", that's 1/255, lower values might get reduced to 0).
Best regards,
Klaus