From b0956ff29153be533af8dbfedd86406f405ceed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kosson?= Date: Thu, 20 Apr 2023 09:06:22 +0200 Subject: [PATCH] Fixed outline thickness --- ViewState.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ViewState.cs b/ViewState.cs index ad1a049..bbaff8a 100644 --- a/ViewState.cs +++ b/ViewState.cs @@ -324,6 +324,7 @@ public void AppendProgram(GOperation? baseOperation, GProgram subprogram, bool b public void ConvertToOutline(IEnumerable operations, float thickness, bool leftFirst, bool skipLeft, bool skipRight, bool bothForward) { + thickness /= 2; var elements = GetLineAndNodeForOperations(operations); var leftOutline = new GProgram();