Please provide a way to inline style Use Cases border color

0 votes
asked Jan 7, 2017 in Closed feature request by mark (120 points)
edited Jan 7, 2017 by mark

Please provide a way to inline style Use Cases border color.

Example syntax: usecase foo #orange;line:blue would set the background orange and border blue

1 Answer

+1 vote
answered Jan 8, 2017 by plantuml (295,000 points)
selected Jan 18, 2017 by mark
 
Best answer

With last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

You can have:

@startuml
usecase foo #orange;line:blue
(dummy) #orange;line:yellow
@enduml

This syntax works in some other place but is not well documented yet.

Tell us if you find issues!
 

commented Jan 21, 2017 by plantuml (295,000 points)
Version 8054 has been published with the new code.
...