style: HorizontalAlignment management for diamond [Activity diagram]

0 votes
asked Jul 23, 2021 in Wanted features by The-Lu (74,900 points)

Hello PlantUML team,

  • Could PlantUML manage HorizontalAlignment for diamond?
@startuml
<style>
activityDiagram {
diamond {
          HorizontalAlignment center
          BackgroundColor #ccf
}
}
</style>
if (a\na a\na a a?) is (red) then
:print red;
else 
:print not red;
@enduml

Thank for your support,
Regards,
Th.

1 Answer

0 votes
answered Nov 18 by The-Lu (74,900 points)
selected Nov 18 by The-Lu
 
Best answer

Hello,

FYI that is now fixed and implemented on v1.2024.8:

- Thanks PlantUML team for your work.

Ref.:

Regards,
Th.

...