Adding stereotype to package hides package name

0 votes
asked Mar 28, 2018 in Bug by ccharabaruk (180 points)

Example:

@startuml
package PackageName <<Stereotype>> {
    [ComponentA]
    [ComponentB]
}
@enduml

The resulting diagram shows the stereotype, but the package name area of the diagram is empty.

1 Answer

0 votes
answered Mar 29, 2018 by Serge Wenger Work (15,620 points)
commented Mar 29, 2018 by ccharabaruk (180 points)
I'm using 1.2018.2. My minimal repro may be a bit _too_ minimal, as the diagram where I'm experiencing this is quite a bit more complicated than that.
...