Skip to content

Commit

Permalink
Merge pull request #757 from gjlubbertsen/master
Browse files Browse the repository at this point in the history
Fix issue with marker-end.
  • Loading branch information
tylerlong authored Dec 17, 2018
2 parents 3e8fea6 + ba2f2cb commit 4ab2fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/sequence.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

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

Expand Down

0 comments on commit 4ab2fed

Please sign in to comment.