plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.66k stars 878 forks source link

timing diagram initial concise state #1708

Open arnaudrichard opened 2 months ago

arnaudrichard commented 2 months ago

Describe the bug In timing diagram, the initial state does not display correctly concise state defined as a line with "{-}"

To Reproduce

@startuml
concise "Web User" as WU
'Following is bugged:
WU is {-} '

'Following is okay:
@0
WU is {-}
@enduml

Expected behavior The diagram should start with a line

Screenshots Diagram generated with plantuml.com server: image diagram