LibWeb: Add initial implementation of DOMMatrix(ReadOnly)

This is currently missing a lot of functions and initialisation from a
<transform-list> string, but is enough for Ruffle.
This commit is contained in:
Luke Wilde 2023-02-27 18:04:51 +00:00 committed by Andreas Kling
commit a90667e79c
Notes: sideshowbarker 2024-07-17 07:25:39 +09:00
9 changed files with 1075 additions and 0 deletions

View file

@ -223,6 +223,8 @@ class File;
}
namespace Web::Geometry {
class DOMMatrix;
class DOMMatrixReadOnly;
class DOMPoint;
class DOMPointReadOnly;
class DOMRect;