I've searched all over the place and can't seem to find the answer to this.
I'm trying to draw white text with white antialiasing.
I've tried these two:
- fillRect with rgba(255, 255, 255, 0) <- this seems to not do anything, still black AA
- fillRect with rgba(255, 255, 255, 0.01) <- gives white AA, but not completely transparent
How can I accomplish this?
question from:https://stackoverflow.com/questions/65661542/how-to-clear-html5-canvas-with-transparent-white