placement of file

0 votes
asked Jul 10, 2019 in Question / help by SADA

file hoge{
}

file piyo{
}

piyo -up-> hoge

image

I want to put ”hoge” on ”piyo”.
How can I do it?

1 Answer

0 votes
answered Jul 10, 2019 by plantuml (294,960 points)
commented Jul 10, 2019 by SADA

Thank youyes

Is this in the specification?

commented Jul 11, 2019 by Serge Wenger Work (15,620 points)

For me the first is right. There is really a bug. If you remove {} it is OK:

@startuml
file hoge{
}
file piyo
piyo -up-> hoge
@enduml

http://www.plantuml.com/plantuml/png/SoWkIImgAStDuKhBp4bLoCXFJwtcgeLm2Z8hyxb0X89kQO6k7LYIoo4rBmMe7000 

...