We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebfc65 commit b28aab5Copy full SHA for b28aab5
2 files changed
src/Magick.NET.Core/Settings/IMagickSettings{TQuantumType}.cs
@@ -146,7 +146,7 @@ public interface IMagickSettings<TQuantumType>
146
147
/// <summary>
148
/// Gets or sets the distance into the dash pattern to start the dash (default 0) while
149
- /// drawing using a dash pattern,.
+ /// drawing using a dash pattern.
150
/// </summary>
151
double StrokeDashOffset { get; set; }
152
src/Magick.NET/Settings/MagickSettings.cs
@@ -258,7 +258,7 @@ public IEnumerable<double>? StrokeDashArray
258
259
260
261
262
263
public double StrokeDashOffset
264
{
0 commit comments