-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
I was using the online demo to make some simple diagrams, and used the following text:
Cutover phase
.--------------.
| |
.--------> | CockroachDB |
| | {t} |
| '--------------'
| !
| !
| V
+-------------+ .----------.
| | / \
| Application | ( replication )
|{a} | \ /
+-------------+ '----------'
|
V
.--------------.
| |
| Source DB |
| {s} |
'--------------'
# Legend:
t = {
stroke: #6933ff;
fill: #b59cf9;
}
s = {
stroke: green;
fill: lightgreen;
}
a = {
fill: lightblue;
}
crdb = {
fill: #6933ff;
color: white;
}
But the output SVG from clicking Download SVG has spacing issues:
Metadata
Metadata
Assignees
Labels
No labels
