plantuml / backlog

Contains all issues for plantuml that are not currently working-in-progress
0 stars 0 forks source link

Minor rendering issue on Activity diagram with splits and swimlanes #30

Open pinage404 opened 4 years ago

pinage404 commented 4 years ago

Hi,

i have this diagram

@startuml "test"
|A|
split
    end
|B|
split again
    end
end split
@enduml

test

As you can see the horizontal line is not continuous

I think, this is not the same bug as reported in this issue https://github.com/plantuml/backlog/issues/31 (event if the bug also appear)