WIP support for cutting a section with dimension annotation lines

This commit is contained in:
Dion Moult
2019-12-10 18:54:26 +11:00
parent 1d04a3a5c7
commit 2eeb507b78
8 changed files with 167 additions and 18 deletions
@@ -0,0 +1,3 @@
.cut { fill: black; stroke: black; stroke-linecap: 'round'; stroke-width: 0.3px; }
.background { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.05px; }
.annotation { stroke: black; stroke-linecap: 'round'; stroke-width: 0.05px; }