|
|
@ -25,7 +25,7 @@ namespace ImageSharp.Drawing.Paths |
|
|
/// Initializes a new instance of the <see cref="Path"/> class.
|
|
|
/// Initializes a new instance of the <see cref="Path"/> class.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <param name="segment">The segment.</param>
|
|
|
/// <param name="segment">The segment.</param>
|
|
|
internal Path(params ILineSegment[] segment) |
|
|
public Path(params ILineSegment[] segment) |
|
|
{ |
|
|
{ |
|
|
this.innerPath = new InternalPath(segment, false); |
|
|
this.innerPath = new InternalPath(segment, false); |
|
|
} |
|
|
} |
|
|
|