How to draw transparent image with html5 canvas element

前端 未结 3 1265
别跟我提以往
别跟我提以往 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条回答
  •  -上瘾入骨i
    2020-12-30 05:40

    You can do this using the globalAlpha property, like this:

    
    
        
            
            
        
    
    

    And yes, it does work with images. Verified with IE 9, FF 5, Safari 5, and Chrome 12 on Win 7.

提交回复
热议问题