Skip to content

Commit 60906d3

Browse files
committed
fix: do not place a component on the bottom line
1 parent c92d459 commit 60906d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/wtg.wasm

0 Bytes
Binary file not shown.

parser/wtg/coords.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func setYCoords(m *wardleyToGo.Map) error {
3030
}
3131
}
3232

33-
step := 100 / maxDepth
33+
step := 97 / maxDepth
3434
cs := &coordSetter{
3535
verticalStep: step,
3636
}

0 commit comments

Comments
 (0)