Merge pull request #757 from gjlubbertsen/master

Fix issue with marker-end.
This commit is contained in:
Tyler Long 2018-12-17 15:56:49 +08:00 committed by GitHub
commit 4ab2fed8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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