Canvas: implement transformation matrix reset.

This commit is contained in:
Mátyás Mustoha 2015-05-05 15:39:35 +02:00
parent ccf1e6b9a7
commit 9302aaab96
6 changed files with 72 additions and 7 deletions

View file

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