Make stroke linecaps use round ends. They're just nicer, you know.

This commit is contained in:
Dion Moult
2020-09-07 17:50:04 +10:00
parent 22d7aef7be
commit ffebc44c64
@@ -1,3 +1,4 @@
* { stroke-linecap: round; }
.cut { fill: black; stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; }
.background { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; }
.annotation { fill: none; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; }