From c8d0256e8553ecec17480f51ae0402ff0b47ffa4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 27 Apr 2018 00:20:32 +0200 Subject: [PATCH] remove not implemented Polygon Brush from documentation for now. --- .../Brushes/GradientBrushes/GradientRepetitionMode.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ImageSharp.Drawing/Processing/Drawing/Brushes/GradientBrushes/GradientRepetitionMode.cs b/src/ImageSharp.Drawing/Processing/Drawing/Brushes/GradientBrushes/GradientRepetitionMode.cs index 2fdc7fca6..adbc26ed4 100644 --- a/src/ImageSharp.Drawing/Processing/Drawing/Brushes/GradientBrushes/GradientRepetitionMode.cs +++ b/src/ImageSharp.Drawing/Processing/Drawing/Brushes/GradientBrushes/GradientRepetitionMode.cs @@ -26,9 +26,8 @@ /// /// With DontFill a gradient does not touch any pixel beyond it's borders. /// For the this is beyond the orthogonal through start and end, - /// For the it's outside the polygon, - /// TODO For see cref="RadialGradientBrush{TPixel}"/> and it's beyond 1.0. - /// TODO: check documentation consistency according to 1.0 + /// TODO For the cref="PolygonalGradientBrush" it's outside the polygon, + /// For and it's beyond 1.0. /// DontFill }