CSS styling Beta - Sequence diagram - dots not colored with LineColor

0 votes
asked Mar 13, 2020 in Bug by atennert (180 points)

Hello,

When using Beta styling with CSS on a sequence diagram and changing the line color, it doesn't change the color of dots.

Example code:

@startuml

skinparam useBetaStyle true
<style>
sequenceDiagram {
    LineColor #000
}
</style>

participant X

...

@enduml

The line is black while the dots remain in the default red.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...