Skip to content

Commit 22e82dd

Browse files
authored
Merge pull request #1842 from wash2/fix-typo
fix: border radius typo
2 parents 1400b51 + 75439ff commit 22e82dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tiny_skia/src/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ fn rounded_rectangle(
527527
bounds.y + bounds.height,
528528
);
529529

530-
if bottom_right > 0.0 {
530+
if bottom_left > 0.0 {
531531
arc_to(
532532
&mut builder,
533533
bounds.x + bottom_left,

0 commit comments

Comments
 (0)