Merge pull request #1842 from wash2/fix-typo

fix: border radius typo
This commit is contained in:
Héctor Ramón 2023-05-10 00:57:24 +02:00 committed by GitHub
commit 22e82dd5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,