mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
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:
parent
e3a9ed0c26
commit
a90667e79c
9 changed files with 1075 additions and 0 deletions
|
@ -157,6 +157,8 @@ set(SOURCES
|
|||
FileAPI/File.cpp
|
||||
FileAPI/FileList.cpp
|
||||
FontCache.cpp
|
||||
Geometry/DOMMatrix.cpp
|
||||
Geometry/DOMMatrixReadOnly.cpp
|
||||
Geometry/DOMPoint.cpp
|
||||
Geometry/DOMPointReadOnly.cpp
|
||||
Geometry/DOMRect.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue