Skip to content

Commit 52b7d2e

Browse files
Update PolygonClipper.cs
1 parent 7677cfa commit 52b7d2e

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)