[Inline style] Manage 'line style' (dashed or dotted) and 'text color' for package and usecase (Deployment/Usecase)

0 votes
asked Feb 26, 2021 in Bug by The-Lu (63,920 points)

Hello PlantUML,

During tests about inline style (#[color|back:color];line:color;line.[bold|dashed|dotted];text:color) on deployment and usecase diagram, we observe:

@startuml
component component #palegreen;line:green;line.dashed;text:green
node node           #palegreen;line:green;line.dashed;text:green
folder folder       #palegreen;line:green;line.dashed;text:green
package package     #palegreen;line:green;line.dashed;text:green
usecase usecase     #palegreen;line:green;line.dashed;text:green
usecase/ "usecase/" #palegreen;line:green;line.dashed;text:green
@enduml

  • Could PlantUML manage :
    • 'line style' (bold, dashed or dotted) for package?
    • 'line style' (bold, dashed or dotted) and 'text color' for usecase?


[See on PlantUML online server]

Thank for your support,
Regards,
Th.

commented Mar 1, 2021 by The-Lu (63,920 points)

FYI, for nested package that is good:


[See on PlantUML...]

The issue is only for not nested package and usecase. wink

KR,
Th.

1 Answer

0 votes
answered Mar 5, 2021 by plantuml (294,960 points)
selected Mar 5, 2021 by The-Lu
 
Best answer
Thanks for the report!

This should be fixed with last beta http://beta.plantuml.net/plantuml.jar and on the online server.

Please go on with your tests :-)
...