mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
This commit is contained in:
parent
7a6b4e33ba
commit
57296393ed
Notes:
sideshowbarker
2024-07-17 16:58:51 +09:00
Author: https://github.com/trflynn89
Commit: 57296393ed
Pull-request: https://github.com/SerenityOS/serenity/pull/13175
4 changed files with 77 additions and 6 deletions
|
@ -22,6 +22,13 @@ public:
|
|||
|
||||
virtual Gfx::Path& get_path() override;
|
||||
|
||||
NonnullRefPtr<SVGAnimatedLength> x() const;
|
||||
NonnullRefPtr<SVGAnimatedLength> y() const;
|
||||
NonnullRefPtr<SVGAnimatedLength> width() const;
|
||||
NonnullRefPtr<SVGAnimatedLength> height() const;
|
||||
NonnullRefPtr<SVGAnimatedLength> rx() const;
|
||||
NonnullRefPtr<SVGAnimatedLength> ry() const;
|
||||
|
||||
private:
|
||||
Gfx::FloatPoint calculate_used_corner_radius_values();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue