Hey,
currently I'm using the following code to display a found and lost message. Only open circles are rendered, but UML demands for a filled circle.
@startuml
hide footbox
skinparam style strictuml
participant ": A" as a
[o-> a ++ : method(key : char)
[o<<-- a : method(dir : String) : ret
@enduml
It is also somewhat discussed in this question.
It would be great if there was a possiblity to make the circles filled. Maybe there is some workaround?
Thank you!