How to draw transparent image with html5 canvas element

前端 未结 3 1241
别跟我提以往
别跟我提以往 2020-12-30 05:01

I am targeting google chrome. Is it possible to draw transparent images on a canvas? By transparent I mean the drawing the entire image at something like 50% opacity.

3条回答
  •  醉梦人生
    2020-12-30 05:26

    The canvas element has a global alpha attribute that lets you apply partial transparency to anything you draw.

提交回复
热议问题