Add SVG visualization and stub out packing algorithm
This commit is contained in:
parent
5aac0474c1
commit
5e524664e2
2 changed files with 65 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue