LibWeb/SVG: Stub SVGTransform.setRotate

This commit is contained in:
Jamie Mansfield 2024-05-06 12:21:54 +01:00 committed by Andrew Kaster
commit 0bac2d5fbd
Notes: sideshowbarker 2024-07-17 06:35:23 +09:00
3 changed files with 11 additions and 1 deletions

View file

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