[Style] Manage 'line style' (bold, dashed or dotted) and 'text color' for real nested element (Deployment)

0 votes
asked Jul 7, 2021 in Bug by The-Lu (63,920 points)

Hello PlantUML,

Same test as:

with style:

@startuml
<style>
.dashed {
    LineStyle 5
    FontColor Green
}
</style>

rectangle r
rectangle r_dashed <<dashed>>
rectangle r_nested_dashed <<dashed>> {
}

rectangle r_nested_dashed1 <<dashed>> #pink {
  rectangle r1
  rectangle r_dashed1 <<dashed>>
}
@enduml

On no empty nested (~group) the rectangle is not dashed! (see pink rectangle)

Regards,
Th.

1 Answer

0 votes
answered Mar 8, 2022 by The-Lu (63,920 points)
 
Best answer
Hello all,

With the new version V1.2022.2 (5 Mars, 2022), this is fixed.

Thanks for yours works,
Regards,
Th.
...