Stereotype/skinparam with spaces in the name are not working anymore

0 votes
asked Apr 10, 2022 in Bug by kirchsth (4,960 points)

In old version stereotypes/skinparams with spaces in the name were correct displayed

BR Helmut

@startuml
skinparam rectangle<<backend container>> {
    StereotypeFontColor #FFFFFF
    FontColor #FFFFFF
    BackgroundColor #335DA5
    RoundCorner 0
    DiagonalCorner 18
}

skinparam rectangle<<backend_container>> {
    StereotypeFontColor #FFFFFF
    FontColor #FFFFFF
    BackgroundColor #335DA5
    RoundCorner 0
    DiagonalCorner 18
}

rectangle "Backend with space in stereotype name" <<backend container>> as c1

rectangle "Backend_with_underscore_in_stereotype_name" <<backend_container>> as c2

@enduml

 

commented Apr 10, 2022 by The-Lu (64,340 points)

1 Answer

0 votes
answered May 4, 2022 by plantuml (295,000 points)
selected May 4, 2022 by kirchsth
 
Best answer

Thanks for the feedback.

This is fixed in last release.

commented May 4, 2022 by kirchsth (4,960 points)
Thank you for the fix
...