mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +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
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/Lubrsi
Commit: a90667e79c
Pull-request: https://github.com/SerenityOS/serenity/pull/17649
9 changed files with 1075 additions and 0 deletions
|
@ -59,6 +59,8 @@ libweb_js_bindings(Fetch/Response)
|
|||
libweb_js_bindings(FileAPI/Blob)
|
||||
libweb_js_bindings(FileAPI/File)
|
||||
libweb_js_bindings(FileAPI/FileList)
|
||||
libweb_js_bindings(Geometry/DOMMatrix)
|
||||
libweb_js_bindings(Geometry/DOMMatrixReadOnly)
|
||||
libweb_js_bindings(Geometry/DOMPoint)
|
||||
libweb_js_bindings(Geometry/DOMPointReadOnly)
|
||||
libweb_js_bindings(Geometry/DOMRect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue