Skip to content

Commit

Permalink
Fixed outline thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
lkosson committed Apr 20, 2023
1 parent 1bfa341 commit b0956ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ViewState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ public void AppendProgram(GOperation? baseOperation, GProgram subprogram, bool b

public void ConvertToOutline(IEnumerable<GOperation> operations, float thickness, bool leftFirst, bool skipLeft, bool skipRight, bool bothForward)
{
thickness /= 2;
var elements = GetLineAndNodeForOperations(operations);

var leftOutline = new GProgram();
Expand Down

0 comments on commit b0956ff

Please sign in to comment.