Skip to content

Commit 626900c

Browse files
Merge pull request #272 from SixLabors/js/upstream-clipper-fix
Apply upstream clipper fix 500
2 parents 7677cfa + 52b7d2e commit 626900c

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)