mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
LibWeb: Add DOMMatrix multiply
This commit is contained in:
parent
ff1bcc694d
commit
61c063f7b3
Notes:
sideshowbarker
2024-07-17 08:36:27 +09:00
Author: https://github.com/bplaat
Commit: 61c063f7b3
Pull-request: https://github.com/SerenityOS/serenity/pull/20930
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