Skip to content

Commit 914a3d9

Browse files
Remove old comment
1 parent d07aeef commit 914a3d9

File tree

1 file changed

+0
-1
lines changed
  • src/ImageSharp.Drawing/Shapes/PolygonClipper

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace SixLabors.ImageSharp.Drawing.Shapes.PolygonClipper;
88
/// </summary>
99
internal class Clipper
1010
{
11-
// To make the floating point polygons compatible with clipper we have to scale them.
1211
private readonly PolygonClipper polygonClipper;
1312

1413
/// <summary>

0 commit comments

Comments
 (0)