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

Minor rendering issue on Activity diagram with nested splits and swimlanes #31

Open
rbakhshi opened this issue May 9, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@rbakhshi
Copy link

rbakhshi commented May 9, 2019

This is minor rendering issue. In the diagram below, notice the aggregate at the end of nested split, it has moved into the "employee" swimlane.

This is beta 19

Code

@startuml

|Manager|
start
:start here;

split
    :do this;

    split
        :maybe this;
    split again
        :well what about this one?;
    end split

split again
    :or this one;
split again
    |Employee|
    :some other;
end split
|Manager|
stop

@enduml

Diagram

image

@arnaudroques arnaudroques added the bug Something isn't working label Mar 20, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants