egui/crates/epaint/src/shapes
Emil Ernerfeldt 23ed49334e
⚠️ Rename `Rounding` to `CornerRadius` (#5673)
Breaking change!

* `Rounding` -> `CornerRadius`
* `rounding` -> `corner_radius`

This is to:
* Clarify
* Conform to other systems (e.g. Figma)
* Avoid confusion with `GuiRounding`
2025-02-04 12:53:18 +01:00
..
bezier_shape.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00
circle_shape.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00
ellipse_shape.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00
mod.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00
paint_callback.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00
path_shape.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00
rect_shape.rs ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
shape.rs ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
text_shape.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00