mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibWeb: Implement CanvasRenderingContext2D.setTransform
This commit is contained in:
parent
df7a83ac0e
commit
329e740c85
3 changed files with 16 additions and 0 deletions
|
@ -57,5 +57,6 @@ interface CanvasRenderingContext2D {
|
|||
|
||||
// FIXME: All these `double`s should be `unrestricted double`
|
||||
undefined transform(double a, double b, double c, double d, double e, double f);
|
||||
undefined setTransform(double a, double b, double c, double d, double e, double f);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue