mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb/SVG: Stub SVGTransform.angle
This commit is contained in:
parent
4406d06d26
commit
c102630a59
Notes:
sideshowbarker
2024-07-17 08:13:43 +09:00
Author: https://github.com/jamierocks
Commit: c102630a59
Pull-request: https://github.com/SerenityOS/serenity/pull/24231
Reviewed-by: https://github.com/MacDue ✅
3 changed files with 9 additions and 1 deletions
|
@ -32,6 +32,7 @@ public:
|
|||
};
|
||||
|
||||
Type type();
|
||||
float angle();
|
||||
|
||||
private:
|
||||
SVGTransform(JS::Realm& realm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue