Error using plantuml.skin

0 votes
asked Nov 29 in Bug by Roberto
File: ej_3.puml
@startuml
hide stereotype

' printed in blue
actor Bob
' this will now be printed in Red
actor Sally <<myStyle>>
@enduml
File: plantuml.skin:
@startuml
@enduml
The error:
https://drive.google.com/file/d/1LE4acHJob6bR2ZtPFMjZbYHdf0MzurSk/view?usp=sharing

commented Nov 29 by The-Lu (74,900 points)

Hi R.,

  • Why your plantuml.skin is empty?
  • Could you precise the error?
  • Perhaps, could you use style instead of skin?
@startuml
<style>
actor {
   backgroundcolor blue
   fontcolor blue
}
.myStyle {
   backgroundcolor red
   fontcolor red
}
</style>

hide footbox
hide stereotype

' printed in blue
actor Bob
' this will now be printed in Red
actor Sally <<myStyle>>
@enduml

Regards,
Th.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...