mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
LibWeb: Add DOMPoint matrixTransform and DOMMatrix transformPoint
This commit is contained in:
parent
38bc8836d6
commit
b4ae719664
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