BorderStyle dashed not working anymore

0 votes
asked Mar 5, 2022 in Bug by kirchsth (4,960 points)
edited Mar 5, 2022 by kirchsth

In old version the border style was correct dashed in following sample:

@startuml

/'
skinparam package<<boundary>> {
    StereotypeFontColor red
    FontColor red
    BorderColor red
    BorderStyle dashed
}
'/

skinparam rectangle<<boundary>> {
    StereotypeFontColor blue
    FontColor blue
    BorderColor blue
    BorderStyle dashed
}

rectangle "R1" as r1 <<boundary>> {
  rectangle "R2" as r2 <<boundary>> {
  }
}

@enduml

(the (package) font color handling was "special" in the older version too, and is not important in this issue. I used it only as marker that the styles are assigned)

BR Helmut

1 Answer

0 votes
answered Mar 5, 2022 by plantuml (295,000 points)
selected Mar 6, 2022 by kirchsth
 
Best answer

Thanks for the feedback. This should be fixed in last official release V1.2022.2

...