[Style] Allow [all] style for stereotype on Activity diagram

0 votes
asked Oct 9, 2022 in Wanted features by The-Lu (64,340 points)

Then:

  • Could you allow [all] style for stereotype on Activity diagram?

Here is an example where 'FontColor' or 'LineThickness' seem to be without effect:

<style>
.test {
  LineColor blue
  BackgroundColor lightCyan
  LineThickness 1.0
  ArrowThickness 0.5
  FontName Arial Narrow
  FontColor red
  FontSize 11
  FontStyle regular
}
</style>

:a;
card card_name {
:b;
}
group Group <<test>>
  :Activity;
end group
floating note: Note on Group

partition Partition <<test>>{
  :Activity;
}
floating note: Note on Partition

package Package <<test>>{
  :Activity;
}
floating note: Note on Package 

rectangle Rectangle <<test>>{
  :Activity;
}
floating note: Note on Rectangle 

card Card <<test>>{
  :Activity;
}
floating note: Note on Card
end

Regards.

1 Answer

0 votes
answered May 9, 2023 by The-Lu (64,340 points)
selected May 9, 2023 by The-Lu
 
Best answer

This is now fixed (observed on V1.2023.6beta5).

Thanks to PlantUML team. yes

...