Legend comes on top of title when having large header

0 votes
asked Jun 4, 2019 in Bug by dlidstrom (240 points)

A large header seems to cause a legend to be placed on top of the title. Check this example:

@startuml

title
Some Title
end title

right header
<size:16>Generated %date("yyyy.MM.dd 'at' HH:mm")</size>
end header

legend top
Some legend.
end legend

A -> B

@enduml

I've verified this with 1.2019.06.

1 Answer

0 votes
answered Jun 5, 2019 by plantuml (294,960 points)
selected Jun 14, 2019 by dlidstrom
 
Best answer
Thanks for the report.

It should be fixed in last beta http://beta.plantuml.net/plantuml.jar
commented Jun 14, 2019 by dlidstrom (240 points)
Indeed it is. I figured you'd fixed this fast. Thanks!!!
...