Canvas: added support for the globalAlpha attribute.

This commit is contained in:
Mátyás Mustoha 2015-04-04 00:05:52 +02:00
parent 83d9ab3ba5
commit 5c560397eb
12 changed files with 29 additions and 56 deletions

View file

@ -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