You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ImageSharp.Drawing/Shapes/EllipticalArcLineSegment.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ public sealed class EllipticalArcLineSegment : ILineSegment
27
27
/// <summary>
28
28
/// Initializes a new instance of the <see cref="EllipticalArcLineSegment"/> class.
29
29
/// </summary>
30
-
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
31
-
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
30
+
/// <param name="x"> The x-coordinate of the center point of the ellipse from which the arc is taken.</param>
31
+
/// <param name="y"> The y-coordinate of the center point of the ellipse from which the arc is taken.</param>
32
32
/// <param name="radiusX">X radius of the ellipsis.</param>
33
33
/// <param name="radiusY">Y radius of the ellipsis.</param>
34
34
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees clockwise.</param>
35
35
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
36
36
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
37
-
/// <param name="transformation">The Tranformation matrix, that should be used on the arc.</param>
37
+
/// <param name="transformation">The Transformation matrix, that should be used on the arc.</param>
0 commit comments