separator in element delaration

0 votes
asked Nov 23, 2016 in Closed bug by cgoguyer (400 points)
Hi,

Line separators in element description in not working for all elements.

it works for folder, nodes but il do not work for component, agent, rectangle and queue !

Is a normal behaviour ?

Thx

2 Answers

0 votes
answered Nov 23, 2016 by plantuml (295,000 points)
Probably not :-)

Could you post here a simple non-working example ? It will help.

Thanks!
commented Nov 23, 2016 by cgoguyer (400 points)
@startuml
node test[
line 1
----
line 2
]
@enduml
http://www.plantuml.com/plantuml/png/oyjFILKeIIqkYURAoSnBLJ3aqWK22Dk8AnO0

but do work with that:
@startuml
component test[
line 1
----
line 2
]
@enduml
http://www.plantuml.com/plantuml/png/IyxFBSZFIyqhKIX9BIw9vih9p4jLCEJI1G88suWh5W00
or
@startuml
rectangle test[
line 1
----
line 2
]
@enduml
http://www.plantuml.com/plantuml/png/AqfDBadCIyz9LIX9BIw9vih9p4jLCEJI1G88suWh5W00
0 votes
answered Nov 23, 2016 by plantuml (295,000 points)
Thanks for your examples! This should be fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar Regards,
commented Nov 23, 2016 by cgoguyer (400 points)
Great.
Thank You.
commented Dec 1, 2016 by plantuml (295,000 points)
This has been released in V8051.
...