mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:28:13 +00:00
LibWeb: Add DOMMatrix multiply
This commit is contained in:
parent
ff1bcc694d
commit
61c063f7b3
8 changed files with 61 additions and 4 deletions
|
@ -83,10 +83,10 @@ public:
|
|||
bool is2d() const { return m_is_2d; }
|
||||
bool is_identity() const;
|
||||
|
||||
WebIDL::ExceptionOr<JS::NonnullGCPtr<DOMMatrix>> multiply(DOMMatrixInit other = {});
|
||||
JS::NonnullGCPtr<DOMMatrix> inverse() const;
|
||||
|
||||
JS::NonnullGCPtr<DOMPoint> transform_point(DOMPointInit const&) const;
|
||||
|
||||
JS::NonnullGCPtr<DOMPoint> transform_point(DOMPointReadOnly const&) const;
|
||||
|
||||
WebIDL::ExceptionOr<String> to_string() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue