mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb/SVG: Stub SVGTransform.setRotate
This commit is contained in:
parent
effb696eef
commit
0bac2d5fbd
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/jamierocks
Commit: 0bac2d5fbd
Pull-request: https://github.com/SerenityOS/serenity/pull/24231
Reviewed-by: https://github.com/MacDue ✅
3 changed files with 11 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue