Browse Source

drop test code

af/merge-core
Scott Williams 9 years ago
parent
commit
468d06daf5
  1. 4
      src/ImageSharp.Drawing/Processors/FillShapeProcessor.cs

4
src/ImageSharp.Drawing/Processors/FillShapeProcessor.cs

@ -78,10 +78,6 @@ namespace ImageSharp.Drawing.Processors
var buffer = arrayPool.Rent(maxIntersections);
var left = new Vector2(startX, y);
var right = new Vector2(endX, y);
if (y == 100)
{
var sdf = "";
}
// foreach line we get all the points where this line crosses the polygon
var pointsFound = this.poly.FindIntersections(left, right, buffer, maxIntersections, 0);

Loading…
Cancel
Save