LibWeb/SVG: Stub SVGTransform.setScale

This commit is contained in:
Jamie Mansfield 2024-05-06 12:19:07 +01:00 committed by Andrew Kaster
commit effb696eef
Notes: sideshowbarker 2024-07-17 01:23:08 +09:00
3 changed files with 10 additions and 1 deletions

View file

@ -35,6 +35,7 @@ public:
float angle();
void set_translate(float tx, float ty);
void set_scale(float sx, float sy);
private:
SVGTransform(JS::Realm& realm);