File tree Expand file tree Collapse file tree
src/ImageSharp.Drawing/Shapes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77namespace 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.
Original file line number Diff line number Diff line change 1010
1111namespace 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 ;
You can’t perform that action at this time.
0 commit comments