LibWeb: Add DOMMatrix string constructor and set matrix value

This commit is contained in:
Bastiaan van der Plaat 2024-01-06 18:05:21 +01:00 committed by Andreas Kling
commit be7538961b
Notes: sideshowbarker 2024-07-17 05:13:53 +09:00
15 changed files with 336 additions and 120 deletions

View file

@ -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;