Moved corner radius property to be separate from the rect struct
This commit is contained in:
@@ -26,7 +26,6 @@ pub struct Rect {
|
||||
y: f32,
|
||||
w: f32,
|
||||
h: f32,
|
||||
r: f32,
|
||||
}
|
||||
|
||||
pub struct CanvasData<D> {
|
||||
|
||||
Reference in New Issue
Block a user