Fix spiral parameters for lead-in.

This commit is contained in:
2025-10-24 01:52:08 +01:00
parent 4de700a8fb
commit e5224b7622

View File

@@ -185,9 +185,9 @@ public sealed class Spiral : IMediaGraph
// Draw the Lead-In // Draw the Lead-In
_leadInPoints = GetSpiralPoints(center, _leadInPoints = GetSpiralPoints(center,
leadInEndDiameter / 2,
informationAreaStartDiameter / 2, informationAreaStartDiameter / 2,
_gdrom ? a : a * 1.5f); leadInEndDiameter / 2,
_gdrom ? a * 1.5f : a);
var path = new SKPath(); var path = new SKPath();