fix: use two-line V arrowheads with dark pen for cut direction

This commit is contained in:
2026-03-31 22:27:22 -04:00
parent bb70ae26d3
commit d3a439181c
3 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ namespace OpenNest.Controls
var pgm = ConvertGeometry.ToProgram(contour.Shape);
if (pgm == null) continue;
using var pen = new Pen(Color.FromArgb(220, Color.Black), 1.5f);
using var pen = new Pen(Color.FromArgb(60, 60, 60), 1.5f);
var pos = new Vector();
CutDirectionArrows.DrawProgram(e.Graphics, preview, pgm, ref pos, pen, spacing, arrowSize);
}