15 lines
No EOL
346 B
XML
15 lines
No EOL
346 B
XML
<svg width="100" height="100" viewBox="0 0 15 0" xmlns="http://www.w3.org/2000/svg"><style>svg {
|
|
background-color: gray;
|
|
}
|
|
|
|
.node {
|
|
border: 1px solid black;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 1em;
|
|
font-size: 10px;
|
|
font-family: sans-serif;
|
|
}
|
|
</style></svg> |