Skip to content

Commit 457b1fa

Browse files
Rename extension classes
1 parent 57ff99d commit 457b1fa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/ImageSharp.Drawing/Shapes/PathExtensions.Clip.cs renamed to src/ImageSharp.Drawing/Shapes/ClipPathExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
namespace SixLabors.ImageSharp.Drawing
88
{
9-
/// <content>
10-
/// Clipping extensions for shapes
11-
/// </content>
12-
public static partial class PathExtensions
9+
/// <summary>
10+
/// Path extensions to clip paths.
11+
/// </summary>
12+
public static class ClipPathExtensions
1313
{
1414
/// <summary>
1515
/// Clips the specified holes.

src/ImageSharp.Drawing/Shapes/PathExtensions.Outline.cs renamed to src/ImageSharp.Drawing/Shapes/OutlinePathExtensions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
namespace SixLabors.ImageSharp.Drawing
1212
{
13-
/// <content>
13+
/// <summary>
1414
/// Path extensions to generate outlines of paths.
15-
/// </content>
16-
public static partial class PathExtensions
15+
/// </summary>
16+
public static class OutlinePathExtensions
1717
{
1818
private const double MiterOffsetDelta = 20;
1919
private const float ScalingFactor = 1000.0f;

0 commit comments

Comments
 (0)