mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Reverse lead-in parameter points.
This commit is contained in:
@@ -194,6 +194,7 @@ public sealed class Spiral : IMediaGraph
|
||||
path.MoveTo(_leadInPoints[0]);
|
||||
|
||||
foreach(SKPoint point in _leadInPoints) path.LineTo(point);
|
||||
_leadInPoints.Reverse();
|
||||
|
||||
_canvas.DrawPath(path,
|
||||
new SKPaint
|
||||
|
||||
Reference in New Issue
Block a user