fix: border radius typo

This commit is contained in:
Ashley Wulber 2023-05-09 16:23:17 -04:00
parent 9a8b30d7e9
commit 75439ff96e
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -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,