visualization: alsow use arrowhead2 with edges outside of module <g>
This commit is contained in:
parent
74fc706c4b
commit
e5df94ebd1
1 changed files with 2 additions and 3 deletions
|
@ -35,8 +35,7 @@ fn generate_css_theme(identifiers: &Vec<String>) -> String {
|
|||
marker-end: url(#arrowhead);
|
||||
pointer-events: none;
|
||||
}}
|
||||
#mod-{} line.arrow2 {{
|
||||
stroke: {};
|
||||
line.arrow2 {{
|
||||
stroke-width: 8;
|
||||
marker-end: url(#arrowhead2);
|
||||
pointer-events: none;
|
||||
|
@ -61,7 +60,7 @@ fn generate_css_theme(identifiers: &Vec<String>) -> String {
|
|||
opacity: 0.4;
|
||||
filter: saturate(10%) blur(50px);
|
||||
}}
|
||||
"##, ident, color, ident, color, ident, color, ident, color, ident, color, ident, ident, ident, color));
|
||||
"##, ident, color, ident, color, ident, color, ident, color, ident, ident, ident, color));
|
||||
}
|
||||
|
||||
css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue