LibWeb/SVG: Stub SVGTransform.setTranslate

This commit is contained in:
Jamie Mansfield 2024-05-06 12:16:24 +01:00 committed by Andrew Kaster
commit 5d5f043631
Notes: sideshowbarker 2024-07-16 19:42:24 +09:00
3 changed files with 11 additions and 1 deletions

View file

@ -34,6 +34,8 @@ public:
Type type();
float angle();
void set_translate(float tx, float ty);
private:
SVGTransform(JS::Realm& realm);