Skinparam RoundCorners breaks when setting individual background on elements with stereotype

0 votes
asked Nov 2, 2018 in Bug by skolberg (140 points)

Minimal example:

@startuml
skinparam RoundCorner 25
class Foo
class Foo2 #lightblue
@enduml

expected: 

Both classes are rendered with 4 round corners

result for 1.2018.12: 

- Foo is rendered correctly

- Foo2 is rendered with round bottom corners but with pointy top corners

result for current beta (1.2018.13beta4): 

same as 1.2018.12

The same behavior occurs with other elements with stereotype letters in circles.

1 Answer

+1 vote
answered Nov 4, 2018 by plantuml (294,960 points)
selected Nov 4, 2018 by skolberg
 
Best answer
Thanks for the report, this is fixed in last beta http://beta.plantuml.net/plantuml.jar
commented Nov 4, 2018 by skolberg (140 points)
Nice, thanks a lot :)
...