mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Radii are sizes, not points. This becomes important when mapping them through a 2D transform.
This commit is contained in:
parent
e9078e216d
commit
7c607462a4
10 changed files with 26 additions and 26 deletions
|
@ -33,7 +33,7 @@ private:
|
|||
|
||||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
|
||||
Gfx::FloatPoint calculate_used_corner_radius_values();
|
||||
Gfx::FloatSize calculate_used_corner_radius_values() const;
|
||||
|
||||
Optional<Gfx::Path> m_path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue