mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge pull request #757 from gjlubbertsen/master
Fix issue with marker-end.
This commit is contained in:
commit
4ab2fed8d2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user