mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Canvas: implement transformation matrix reset.
This commit is contained in:
parent
ccf1e6b9a7
commit
9302aaab96
6 changed files with 72 additions and 7 deletions
|
@ -46,7 +46,7 @@ interface CanvasRenderingContext2D {
|
|||
unrestricted double d,
|
||||
unrestricted double e,
|
||||
unrestricted double f);
|
||||
//void resetTransform();
|
||||
void resetTransform();
|
||||
|
||||
// compositing
|
||||
attribute unrestricted double globalAlpha; // (default 1.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue