mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibWeb: Add DOMPoint matrixTransform and DOMMatrix transformPoint
This commit is contained in:
parent
38bc8836d6
commit
b4ae719664
Notes:
sideshowbarker
2024-07-17 03:18:29 +09:00
Author: https://github.com/bplaat
Commit: b4ae719664
Pull-request: https://github.com/SerenityOS/serenity/pull/20584
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
9 changed files with 106 additions and 2 deletions
|
@ -299,8 +299,11 @@ class File;
|
|||
|
||||
namespace Web::Geometry {
|
||||
class DOMMatrix;
|
||||
struct DOMMatrix2DInit;
|
||||
struct DOMMatrixInit;
|
||||
class DOMMatrixReadOnly;
|
||||
class DOMPoint;
|
||||
struct DOMPointInit;
|
||||
class DOMPointReadOnly;
|
||||
class DOMQuad;
|
||||
class DOMRect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue