LibWeb/SVG: Stub SVGTransform.angle

This commit is contained in:
Jamie Mansfield 2024-05-06 12:06:54 +01:00 committed by Andrew Kaster
commit c102630a59
Notes: sideshowbarker 2024-07-17 08:13:43 +09:00
3 changed files with 9 additions and 1 deletions

View file

@ -32,6 +32,7 @@ public:
};
Type type();
float angle();
private:
SVGTransform(JS::Realm& realm);