mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
Fix issue with marker-end.
I had issues with marker-end. Assuming that CSS got more strict over time.
This commit is contained in:

committed by
GitHub

parent
a4992963b3
commit
ba2f2cb284
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user