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 }