mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Canvas: added support for the globalAlpha attribute.
This commit is contained in:
parent
83d9ab3ba5
commit
5c560397eb
12 changed files with 29 additions and 56 deletions
|
@ -49,7 +49,7 @@ interface CanvasRenderingContext2D {
|
|||
//void resetTransform();
|
||||
|
||||
// compositing
|
||||
// attribute unrestricted double globalAlpha; // (default 1.0)
|
||||
attribute unrestricted double globalAlpha; // (default 1.0)
|
||||
// attribute DOMString globalCompositeOperation; // (default source-over)
|
||||
|
||||
// image smoothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue