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 19, 2020
1 parent 450c477 commit df7693e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ interface mixin CanvasTransform {
void setTransform(double a, double b, double c, double d, double e, double f);
[Throws]
void resetTransform();
DOMMatrix getTransform();
};

[NoInterfaceObject]
Expand Down

0 comments on commit df7693e

Please sign in to comment.