Enclosing cloud spacing problem

0 votes
asked Aug 21, 2018 in Bug by flowchartsman (120 points)

When enclosing a component within a cloud in the Deployment workflow, there is not enough spacing forcing me to turn this:

@startuml
cloud "AWS" {
folder foo [
        //item//
        //...//
    ]
}
@enduml

Into this

@startuml
cloud "AWS\n" {
folder foo [
        //item//
        //...//
    ]
}
@enduml

1 Answer

0 votes
answered Aug 24, 2018 by plantuml (295,000 points)

Which version of PlantUML are you using ?

Your first example seems to work on the online server :

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEoIzDKL1o30zMKgZcIilFIKajKaZBprU8vbA00dtzp9BKN7rz904zFJqeFvQhbiiXDIy5Q1O0

...