fix: border radius typo
This commit is contained in:
parent
9a8b30d7e9
commit
75439ff96e
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ fn rounded_rectangle(
|
|||
bounds.y + bounds.height,
|
||||
);
|
||||
|
||||
if bottom_right > 0.0 {
|
||||
if bottom_left > 0.0 {
|
||||
arc_to(
|
||||
&mut builder,
|
||||
bounds.x + bottom_left,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue