From ec7f54450a8cc37d2d64e49ffe5dccea9d2b9cb5 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sun, 17 Jun 2018 21:07:53 +0100 Subject: [PATCH] drop resolved todo comment --- src/ImageSharp.Drawing/Primitives/ShapePath.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp.Drawing/Primitives/ShapePath.cs b/src/ImageSharp.Drawing/Primitives/ShapePath.cs index 7aae2bf8e..7a8c9e895 100644 --- a/src/ImageSharp.Drawing/Primitives/ShapePath.cs +++ b/src/ImageSharp.Drawing/Primitives/ShapePath.cs @@ -16,7 +16,6 @@ namespace SixLabors.ImageSharp.Primitives /// /// The shape. /// The pen to apply to the shape. - // TODO: SixLabors.shape will be moving to a Span/ReadOnlySpan based API shortly use ToArray for now. public ShapePath(IPath shape, IPen pen) : base(shape.GenerateOutline(pen.StrokeWidth, pen.StrokePattern)) {