mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 07:22:22 +00:00
LibWeb: Implement CanvasRenderingContext2D.resetTransform
This commit is contained in:
parent
329e740c85
commit
27cc8742ce
Notes:
sideshowbarker
2024-07-17 14:11:05 +09:00
Author: https://github.com/Lubrsi
Commit: 27cc8742ce
Pull-request: https://github.com/SerenityOS/serenity/pull/13604
3 changed files with 9 additions and 0 deletions
|
@ -58,5 +58,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);
|
||||
undefined resetTransform();
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue