mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Add DOMMatrix string constructor and set matrix value
This commit is contained in:
parent
903d3c92c8
commit
be7538961b
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/bplaat
Commit: be7538961b
Pull-request: https://github.com/SerenityOS/serenity/pull/22616
Reviewed-by: https://github.com/shannonbooth ✅
Reviewed-by: https://github.com/trflynn89
15 changed files with 336 additions and 120 deletions
|
@ -117,6 +117,7 @@ public:
|
|||
CSS::PositionStyleValue const& object_position() const;
|
||||
Optional<CSS::TableLayout> table_layout() const;
|
||||
|
||||
static Vector<CSS::Transformation> transformations_for_style_value(StyleValue const& value);
|
||||
Vector<CSS::Transformation> transformations() const;
|
||||
CSS::TransformOrigin transform_origin() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue