Summary: | implement "opaque" attribute for <canvas> | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Stephen White <senorblanco> | ||||||||||||
Component: | Canvas | Assignee: | Nobody <webkit-unassigned> | ||||||||||||
Status: | RESOLVED WONTFIX | ||||||||||||||
Severity: | Normal | CC: | abarth, benjamin, bfulgham, buildbot, cabanier, cc-bugs, cmarcelo, dglazkov, dino, d-r, esprehn+autocc, jamesr, junov, krit, noam, ojan.autocc, oliver, peter+ews, rniwa, simon.fraser, syoichi, webkit.review.bot | ||||||||||||
Priority: | P2 | ||||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Unspecified | ||||||||||||||
Attachments: |
|
Description
Stephen White
2013-03-18 14:24:57 PDT
Created attachment 193655 [details]
Patch
This is not marked for review, since the feature is still under discussion. Created attachment 194664 [details]
Patch
Comment on attachment 194664 [details] Patch Attachment 194664 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-commit-queue.appspot.com/results/17136999 Comment on attachment 194664 [details] Patch Attachment 194664 [details] did not pass chromium-ews (chromium-xvfb): Output: http://webkit-commit-queue.appspot.com/results/17296079 Comment on attachment 194664 [details] Patch Attachment 194664 [details] did not pass cr-linux-debug-ews (chromium-xvfb): Output: http://webkit-commit-queue.appspot.com/results/17137000 Comment on attachment 194664 [details] Patch Attachment 194664 [details] did not pass cr-android-ews (chromium-android): Output: http://webkit-commit-queue.appspot.com/results/17223543 Created attachment 194684 [details]
Patch
Created attachment 194690 [details]
Patch
Created attachment 194691 [details]
Patch
Firefox and Chrome implement this and will ship this addition. Might it make sense for Safari as well? This feature was deprecated in favor of simply setting the 'alpha' option of HTMLCanvasElement.getContext() to 'false'. |