Note position not the same with single node or node with child

0 votes
asked Jun 24, 2019 in Bug by Serge Wenger Work (15,620 points)

With the following code, we can see that note position is different for single and node with child

@startuml bug Note
Node C
Node "Machine "  as M {
    Node "Wifi Access Point" as WifiAP
}
Note top of WifiAP: aaaaaaaaaaaaa

Note bottom of M : bbbbbbbbb
Note bottom of C : cccccccc
@enduml

http://www.plantuml.com/plantuml/png/NOun2iCm34LtdUAJOsHAoEoGhRFjEAsXiKgjJALthuHJA7sBnFyFeQ6AVygntn6EAsQMH3El2LCRdVFnbeikWAzmU16KrbtobZ76c6h5mhb8Puwbuq9licCGVe2tC-pXVw6c11RXtIo77k7BVpbf6KzeI6NLf-a3

1 Answer

0 votes
answered Jun 25, 2019 by plantuml (294,960 points)
Are you talking about the "bbbbbb" note ?
commented Jun 26, 2019 by Serge Wenger Work (15,620 points)
Yes, the "bbbbb" note is not in the middle like "ccccccccccc"
commented Jun 26, 2019 by plantuml (294,960 points)
Ok.

The bad new is that we are limited by GraphViz here. I don't think we can get a better result.

Sorry about that!
...