Order mismatch with embedded diagram and Creole line [on deployment-diagram]

0 votes
asked Sep 21, 2020 in Bug by The-Lu (63,920 points)

Hello PlantUML team,

From V1.2020.17, this is correct for text, but not if we use Creole horizontal separator line:

See old remarks:

And here are some new examples:


1/ From the example of /10967:

@startuml
rectangle r as "
Text as top
==
{{
salt
{{T
+ <&folder>Folder1
}
}
}}
"
note left of r
Text as top
==
{{
salt
{{T
+ <&folder>Folder1
}
}
}}
end note
@enduml


[See on PlantUML server]


2/ OK with text

@startuml
rectangle r [
{{
file f1
}}
text between f1 and f2
{{
file f2
}}
{{
file f3
}}
]
@enduml


3/ KO with line:

@startuml
rectangle r [
{{
file f1
}}
-- text between f1 and f2 --
{{
file f2
}}
{{
file f3
}}
]
@enduml


[See...]



Thanks for your support,

Regards,
Th.

commented Sep 21, 2020 by The-Lu (63,920 points)

Hello,

Here is also another funny example wink:

@startuml
rectangle r [
text_1
==  Only one line on source, for several lines on output ==
{{
file f1
}}
text_2
{{
file f2
}}
text_3
{{
file f3
}}
]
@enduml


[See on PlantUML server]

Regards,
Th.

commented Sep 22, 2020 by plantuml (294,960 points)
Thanks for the report: this is fixed in last beta http://beta.plantuml.net/plantuml.jar and on the online server

1 Answer

0 votes
answered Oct 1, 2020 by The-Lu (63,920 points)
 
Best answer

Hello plantuml,

With the new version 1.2020.18, this is fixed.

yes Thanks for yours works,
Regards,
Th.

...