-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actor and participant styling in sequenceDiagram #3099
Comments
More classes to use when styling! |
Hi @knsv, I am interested in this issue, wondering if I can get some feedback on a potential approach here:
|
Honestly, I'd like to see this added to language itself for actors and participants. Like Actor BadActor rgb(255,0,0) or maybe let rect work for the actors and participants: A name/alias/label as suggested by @neenjaw would also be very useful. |
Currently i'm skipping the usage of actors in our design standard for now because of this flaw... what a waste! @neenjaw im not familliar with the codebase, but your suggestions seem complicated, it does add new possibilities, but that's not at all needed. To look at it simply: In the example of @colideum: make a rectangle, draw it only behind the |
Specific classes added in #5272 |
In sequenceDiagram actor and participant are treated the same but when I want to style them there is the following problem:
i'm setting actor style text color to white and actor background to dark color. Then participants are showing correctly but actors are showing white on light (if using light background) so it's not visible. Maybe it should be split actor and participant styling.
The text was updated successfully, but these errors were encountered: