Skip to content

Commit dd37975

Browse files
Remove partial modifier from DrawingCanvas
1 parent 872b315 commit dd37975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Drawing/Processing/DrawingCanvas{TPixel}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Drawing.Processing;
1717
/// A drawing canvas over a frame target.
1818
/// </summary>
1919
/// <typeparam name="TPixel">The pixel format.</typeparam>
20-
public sealed partial class DrawingCanvas<TPixel> : IDrawingCanvas
20+
public sealed class DrawingCanvas<TPixel> : IDrawingCanvas
2121
where TPixel : unmanaged, IPixel<TPixel>
2222
{
2323
/// <summary>

0 commit comments

Comments
 (0)