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