Add SVG-based line drawing

This commit is contained in:
Ian Gulliver
2019-07-02 07:05:22 +00:00
parent fbbe368d6b
commit 275c64c00b
4 changed files with 168 additions and 3 deletions

View File

@@ -139,4 +139,12 @@ body {
border: 1px solid white;
overflow: hidden;
background: var(--background);
z-index: 1;
}
.gridLines {
width: 100%;
height: 100%;
}