Hello,
I want to export some use-case-diagram to eps (later to pdf), but the circles around the use cases are missing. I tried both, a local instance of PlantUML (plantuml.1.2019.4.jar) and the server: www.plantuml.com/plantuml/...
My simple example:
@startuml test
(MyUseCase)
@enduml
commandline: java -jar $plantjar -teps test
Is that a known bug? I can't find a related topic here...