How to have rounded corner ?

0 votes
asked Nov 18, 2012 in Closed feature request by anonymous
Is there a way to get the border of an object with rounded corners?

1 Answer

0 votes
answered Nov 18, 2012 by plantuml (295,000 points)
edited Nov 20, 2012 by plantuml

Hi,

You can try the following syntax :

@startuml
skinparam roundCorner 10
class Foo

@enduml

It works for object, class and sequence diagrams.

...