visualization: alsow use arrowhead2 with edges outside of module <g>

This commit is contained in:
Michael Sippel 2025-05-28 15:53:18 +02:00
parent 74fc706c4b
commit e5df94ebd1
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -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