Added rendering for annotations

This commit is contained in:
Christian Klemm
2019-10-04 21:09:49 +02:00
parent 801f001098
commit 96735dd543
4 changed files with 33 additions and 4 deletions

View File

@@ -3,6 +3,10 @@ g.classGroup text {
stroke: none;
font-family: 'trebuchet ms', verdana, arial;
font-size: 10px;
.title {
font-weight: bolder;
}
}
g.classGroup rect {