Skip to content

Commit 1b25598

Browse files
Merge branch 'main' into js/fix-270
2 parents c7c9888 + 626900c commit 1b25598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Drawing/Shapes/PolygonClipper/PolygonClipper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ private void UpdateEdgeIntoAEL(Active ae)
29672967
this.InsertScanline(ae.Top.Y);
29682968

29692969
this.CheckJoinLeft(ae, ae.Bot);
2970-
this.CheckJoinRight(ae, ae.Bot);
2970+
this.CheckJoinRight(ae, ae.Bot, true);
29712971
}
29722972

29732973
[MethodImpl(MethodImplOptions.AggressiveInlining)]

0 commit comments

Comments
 (0)