mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibWeb: Add DOMMatrix multiply
This commit is contained in:
parent
ff1bcc694d
commit
61c063f7b3
8 changed files with 61 additions and 4 deletions
|
@ -48,7 +48,7 @@ interface DOMMatrixReadOnly {
|
|||
// FIXME: [NewObject] DOMMatrix rotateAxisAngle(optional unrestricted double x = 0, optional unrestricted double y = 0, optional unrestricted double z = 0, optional unrestricted double angle = 0);
|
||||
// FIXME: [NewObject] DOMMatrix skewX(optional unrestricted double sx = 0);
|
||||
// FIXME: [NewObject] DOMMatrix skewY(optional unrestricted double sy = 0);
|
||||
// FIXME: [NewObject] DOMMatrix multiply(optional DOMMatrixInit other = {});
|
||||
[NewObject] DOMMatrix multiply(optional DOMMatrixInit other = {});
|
||||
// FIXME: [NewObject] DOMMatrix flipX();
|
||||
// FIXME: [NewObject] DOMMatrix flipY();
|
||||
[NewObject] DOMMatrix inverse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue