mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb: Add DOMMatrix string constructor and set matrix value
This commit is contained in:
parent
903d3c92c8
commit
be7538961b
15 changed files with 336 additions and 120 deletions
|
@ -47,5 +47,5 @@ interface DOMMatrix : DOMMatrixReadOnly {
|
|||
DOMMatrix skewYSelf(optional unrestricted double sy = 0);
|
||||
DOMMatrix invertSelf();
|
||||
|
||||
// FIXME: [Exposed=Window] DOMMatrix setMatrixValue(DOMString transformList);
|
||||
[Exposed=Window] DOMMatrix setMatrixValue(DOMString transformList);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue