1
Fork 0
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:
Bastiaan van der Plaat 2023-08-15 13:16:45 +02:00 committed by Jelle Raaijmakers
parent 38bc8836d6
commit b4ae719664
9 changed files with 106 additions and 2 deletions

View file

@ -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;