mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
LibWeb: Add DOMPoint matrixTransform and DOMMatrix transformPoint
This commit is contained in:
parent
38bc8836d6
commit
b4ae719664
9 changed files with 106 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <Geometry/DOMMatrix.idl>
|
||||
#import <Geometry/DOMPoint.idl>
|
||||
|
||||
// https://drafts.fxtf.org/geometry/#dommatrixreadonly
|
||||
[Exposed=(Window,Worker), Serializable, UseNewAKString]
|
||||
|
@ -52,7 +53,7 @@ interface DOMMatrixReadOnly {
|
|||
// FIXME: [NewObject] DOMMatrix flipY();
|
||||
[NewObject] DOMMatrix inverse();
|
||||
|
||||
// FIXME: [NewObject] DOMPoint transformPoint(optional DOMPointInit point = {});
|
||||
[NewObject] DOMPoint transformPoint(optional DOMPointInit point = {});
|
||||
// FIXME: [NewObject] Float32Array toFloat32Array();
|
||||
// FIXME: [NewObject] Float64Array toFloat64Array();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue