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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user