Skip to content
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

Activity Diagram: Style of multiline Box #1697

Closed
AndreasMatthias opened this issue Feb 23, 2024 · 4 comments
Closed

Activity Diagram: Style of multiline Box #1697

AndreasMatthias opened this issue Feb 23, 2024 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@AndreasMatthias
Copy link

@startuml
<style>
.procedure {
   BackgroundColor #lightblue
}
</style>
start
: foo; <<procedure>>
: bar
  bar
  bar; <<procedure>>
: xox\nxox\nxox; <<procedure>>
stop
@enduml

activity

All 3 procedure boxes should have the same style, but the style is not applied onto the second box.

Example on Online Server

@The-Lum
Copy link
Collaborator

The-Lum commented Feb 25, 2024

Hi @AndreasMatthias,

Thanks for the report;
See similar issue/request here:

Regards,
Th.

@The-Lum The-Lum added duplicate This issue or pull request already exists and removed triage labels Feb 25, 2024
@The-Lum
Copy link
Collaborator

The-Lum commented Feb 25, 2024

Duplicate of #1534

@The-Lum The-Lum marked this as a duplicate of #1534 Feb 25, 2024
@arnaudroques
Copy link
Contributor

Thanks for the report.
This should be fixed with last snapshot.
Please reopen this issue if needed.

@AndreasMatthias
Copy link
Author

Works very well. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants