Skip to content

Commit

Permalink
Add getTransform() for CanvasRenderingContext2D
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzan committed Jan 22, 2020
1 parent 450c477 commit fc877a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ interface mixin CanvasTransform {
void setTransform(double a, double b, double c, double d, double e, double f);
[Throws]
void resetTransform();
[NewObject, Throws]
DOMMatrix getTransform();
};

[NoInterfaceObject]
Expand Down

0 comments on commit fc877a5

Please sign in to comment.