Labels for relations between classes in classdiagrams

This commit is contained in:
knsv
2015-11-11 13:16:38 +01:00
parent 24d1afd40f
commit ad4e0a2ad5
5 changed files with 95 additions and 16 deletions

View File

@@ -15,6 +15,17 @@ g.classGroup line {
stroke-width:1;
}
svg .classLabel .box {
stroke: none;
stroke-width:0;
fill: @nodeBkg;
opacity: 0.5;
}
svg .classLabel .label {
fill: @nodeBorder;
}
.relation {
stroke: @nodeBorder;
stroke-width: 1;