mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #5563 - mmatyas:canvas_globalalpha, r=jdm
A patch somewhat similar to #5562
This commit is contained in:
commit
ee7d762213
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