Fix issue with marker-end.

I had issues with marker-end. Assuming that CSS got more strict over time.
This commit is contained in:
Gerrit-Jan Lubbertsen
2018-11-13 16:32:26 +01:00
committed by GitHub
parent a4992963b3
commit ba2f2cb284

View File

@@ -15,7 +15,7 @@ text.actor {
.messageLine0 {
stroke-width: 1.5;
stroke-dasharray: '2 2';
marker-end: 'url(#arrowhead)';
marker-end: url(#arrowhead);
stroke: $signalColor;
}
@@ -57,7 +57,7 @@ text.actor {
.loopLine {
stroke-width: 2;
stroke-dasharray: '2 2';
marker-end: 'url(#arrowhead)';
marker-end: url(#arrowhead);
stroke: $labelBoxBorderColor;
}