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 5444072 commit e66dfdbCopy full SHA for e66dfdb
1 file changed
src/ImageSharp.Drawing/Shapes/EllipticalArcLineSegment.cs
@@ -43,7 +43,7 @@ public EllipticalArcLineSegment(float x, float y, float radiusX, float radiusY,
43
this.y = y;
44
this.radiusX = radiusX;
45
this.radiusY = radiusY;
46
- this.rotation = rotation % 360;
+ this.rotation = -rotation % 360;
47
this.startAngle = startAngle % 360;
48
this.transformation = transformation;
49
this.sweepAngle = sweepAngle;
0 commit comments