Accept hexagon on style [Deployment-diagram]

+2 votes
asked Mar 1, 2021 in Wanted features by The-Lu (64,340 points)

Hello PlantUML,

  • Is it possible to change hexagon style by [beta-]style?

Here is an example where style is without any effect:

@startuml
<style>
hexagon {
  BackGroundColor palegreen
  LineThickness 2
  LineColor red
}
</style>
hexagon hexagon
hexagon h {
node n
}
@enduml

Thank for your support,
KR,
Th.

commented Mar 1, 2021 by The-Lu (64,340 points)

Same thing with circle:

  • Is it possible to change circle style by [beta-]style?

Here is an example where style is without any effect:

@startuml
<style>
circle {
  BackGroundColor palegreen
  LineThickness 2
  LineColor red
}
</style>
circle circle
@enduml

Thank for your support,
KR,
Th.

commented Mar 18, 2021 by The-Lu (64,340 points)

Same thing with simple nested package:

  • Is it possible to change simple nested package style by [beta-]style?

Here is an example where style is without any effect:

@startuml
<style>
package {
  BackGroundColor palegreen
  LineThickness 2
  LineColor red
}
</style>
package package {
}
@enduml

Thank for your support,
KR,
Th.

See also other examples: https://plantuml.com/en/deployment-diagram#b3234841348a68e0

commented Mar 29, 2021 by The-Lu (64,340 points)
edited Jul 16, 2021 by The-Lu

Hello all,

// It's Monday review... //

'simple **empty** nested package' is corrected on V1.2021.3 (22 Mar, 2021).
Thanks for your works,

Awaiting now for hexagon or circle,
Regards,
Th.

commented Jul 16, 2021 by The-Lu (64,340 points)

1 Answer

0 votes
answered Feb 3, 2022 by The-Lu (64,340 points)
 
Best answer

This is corrected on V1.2022.01+ (1rst Feb, 2022).

Except distinction between 'circle' and 'interface'...

Thank to PlantUML team, yes
Regards.

...