Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regarding hidden color #156

Open
gpsuser11 opened this issue Feb 25, 2022 · 2 comments
Open

regarding hidden color #156

gpsuser11 opened this issue Feb 25, 2022 · 2 comments

Comments

@gpsuser11
Copy link

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

@hallvard
Copy link
Owner

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.

@gpsuser11
Copy link
Author

Thank you for your answer. Then we'll use [hidden] instead of [#hidden].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants