mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Add matrixTransform
for DOMPointReadOnly
(#38801)
Adds the `matrixTransform` function for `DOMPointReadOnly`. Testing: Covered by WPT tests (`css/geometry`) --------- Signed-off-by: lumiscosity <averyrudelphe@gmail.com>
This commit is contained in:
parent
d8ff9c7a08
commit
8e2f65bd16
7 changed files with 50 additions and 51 deletions
|
@ -22,5 +22,7 @@ interface DOMPointReadOnly {
|
|||
readonly attribute unrestricted double z;
|
||||
readonly attribute unrestricted double w;
|
||||
|
||||
[Throws, NewObject] DOMPoint matrixTransform(optional DOMMatrixInit matrix = {});
|
||||
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue