mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
LibWeb: Add DOMMatrix and DOMMatrixReadOnly fromMatrix
This commit is contained in:
parent
bbf66ea055
commit
ff1bcc694d
8 changed files with 35 additions and 2 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
|
||||
virtual ~DOMMatrix() override;
|
||||
|
||||
static WebIDL::ExceptionOr<JS::NonnullGCPtr<DOMMatrix>> from_matrix(JS::VM&, DOMMatrixInit other = {});
|
||||
|
||||
void set_m11(double value);
|
||||
void set_m12(double value);
|
||||
void set_m13(double value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue