closed Request: Add support for displaying lost and found messages (filled black circle)

0 votes
asked Jul 17, 2024 in Wanted features by Simon
closed Jul 23, 2024

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!

closed with the note: Solved in PR 1863

1 Answer

0 votes
answered Jul 23, 2024 by Simon

Solved in PR #1863: https://github.com/plantuml/plantuml/pull/1863

Circles are now filled with black color by default.

...