You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is sample UML. But in plantuml, [hidden] and [#hidden] work together, in plantuml plugin, [hidden] works, but [#hidden] causes "No Such Color" Error.
@startuml
hide footbox
participant Client
participant Server
Client --/ Server : A(B, C)
note over Server: Wrong state
Server -[#hidden]-\ Server
destroy Server
@enduml
The text was updated successfully, but these errors were encountered:
The plug-in relies on the plantuml library for the actual rendering, I suppose it is an issue with it. The plug-in doesn't use the newest one, perhaps that's the problem.
Below is sample UML. But in plantuml, [hidden] and [#hidden] work together, in plantuml plugin, [hidden] works, but [#hidden] causes "No Such Color" Error.
@startuml
hide footbox
participant Client
participant Server
Client --/ Server : A(B, C)
note over Server: Wrong state
Server -[#hidden]-\ Server
destroy Server
@enduml
The text was updated successfully, but these errors were encountered: