Add SVG visualization and stub out packing algorithm

This commit is contained in:
heyarne 2021-12-30 16:34:31 +01:00
commit 5e524664e2
2 changed files with 65 additions and 4 deletions

View file

@ -17,4 +17,19 @@ body {
font-family: sans-serif;
font-size: 14px;
line-height: 1.2;
display: flex;
justify-content: center;
align-items: center;
}
svg {
display: block;
width: 500px;
height: 500px;
}
rect {
fill: transparent;
stroke-width: 1;
stroke: coral
}