minor style improvements

This commit is contained in:
2024-06-21 18:14:40 +02:00
parent 0cff9d6799
commit 2c724598e9
9 changed files with 35 additions and 7 deletions

View File

@ -340,7 +340,11 @@
draw.line(
(x, last-y),
(x, line.at(1)),
stroke: (dash: "dashed", paint: gray.darken(40%))
stroke: (
dash: "dashed",
paint: gray.darken(40%),
thickness: .5pt
)
)
}
lines.push(line)
@ -368,7 +372,11 @@
draw.line(
(x, last-y),
(x, y),
stroke: (dash: "dashed", paint: gray.darken(40%))
stroke: (
dash: "dashed",
paint: gray.darken(40%),
thickness: .5pt
)
)
// Draw lifeline rectangles (reverse for bottom to top)