Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 5281 by yalpedoc: globalAlpha property of HTML canvas element  
behaves different as safari/firefox
http://code.google.com/p/chromium/issues/detail?id=5281

Chrome Version       : 0. 4.154.29
URLs (if applicable) :
Other browsers tested: Firefox & Safari
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: NA

What steps will reproduce the problem?
1. In javascript, create canvas element, set its 2D context's globalAlpha
property to 0.5
2. Draw image using the context

seudo code:
var c = document.createElement("canvas");
...//set position
document.documentElement.appendChild(c);
var ctx = c.getContext('2d');
ctx.globalAlpha=0.5;
ctx.drawImage(...);

What is the expected result?

The image should be half transparent

What happens instead?

It is not half transparent.

Please provide any additional information below. Attach a screenshot if
possible.


-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to