mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #5945 - mmatyas:canvas_mxrotate, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5945) <!-- Reviewable:end -->
This commit is contained in:
commit
3327fe3013
10 changed files with 15 additions and 45 deletions
|
@ -32,7 +32,7 @@ interface CanvasRenderingContext2D {
|
|||
// transformations (default transform is the identity matrix)
|
||||
// attribute SVGMatrix currentTransform;
|
||||
void scale(unrestricted double x, unrestricted double y);
|
||||
//void rotate(unrestricted double angle);
|
||||
void rotate(unrestricted double angle);
|
||||
void translate(unrestricted double x, unrestricted double y);
|
||||
void transform(unrestricted double a,
|
||||
unrestricted double b,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue