Component diagram invalid text positions

0 votes
asked May 17, 2017 in Bug by Serge Wenger Work (15,620 points)
The following drawing is not correct (position of interface names):
 
@startuml
rectangle Rect {
A -> B
}
folder f {
c -> d
}
@enduml
 

1 Answer

0 votes
answered May 22, 2017 by plantuml (294,960 points)
Solving this one leads us to implement a different way of managing horizontal lines.

So here is a beta that should fix it https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

However, since the implementation has really changed, do not hesitate to post feedback if you find issues!

Thanks!
commented May 22, 2017 by Serge Wenger Work (15,620 points)
OK Thanks for the beta version
...