Using hide with stereotype leaves blank space

0 votes
asked Jan 26, 2018 in Closed bug by Anthony-Gaudino (5,720 points)
recategorized Mar 17, 2018 by Anthony-Gaudino

When hiding a class by stereotype it leaves an empty space, while hiding by name leaves no space.

Not tested with other components or diagrams!

This leaves a space:

@startuml
class a <<jj>>
class b

hide <<jj>>
@enduml

This doesn't:

@startuml
class a <<jj>>
class b

hide a
@enduml
commented Feb 4, 2018 by Anthony-Gaudino (5,720 points)
Just found where this comes from: http://forum.plantuml.net/4259

1 Answer

0 votes
answered Mar 17, 2018 by Anthony-Gaudino (5,720 points)
 
Best answer

So this works like this for a reason and now we have the remove / restore commands to really remove and restore nodes.

...