What I’m trying to do
I want to set he color of arrowhead in sequence diagram. But not work.
Things I have tried
.messageLine0 {
marker-end: 'url(#arrowhead)' !important;
}
#arrowhead {
fill: blue !important;
}
Thanks for help!
I want to set he color of arrowhead in sequence diagram. But not work.
.messageLine0 {
marker-end: 'url(#arrowhead)' !important;
}
#arrowhead {
fill: blue !important;
}
Thanks for help!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.