Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
459 views
in Technique[技术] by (71.8m points)

webgl - How to clear HTML5 Canvas with Transparent White?

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:

  1. fillRect with rgba(255, 255, 255, 0) <- this seems to not do anything, still black AA
  2. 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...