style: HorizontalAlignment management also for usecase [Deployment diagram]

0 votes
asked Feb 3, 2021 in Wanted features by The-Lu (64,760 points)

Hello PlantUML,

  • Could you manage HorizontalAlignment also for usecase?

For usecase it seems that is always centring:

@startuml
<style>
rectangle {
  FontColor green
  HorizontalAlignment right
}
usecase {
  FontColor green
  HorizontalAlignment right
}
</style>

rectangle rectangle [
a
abc
a b c d
]

usecase usecase [
a
abc
a b c d
]
@enduml

Thank for your support,
Regards,
Th.

1 Answer

0 votes
answered Feb 4, 2021 by plantuml (295,000 points)
selected Feb 4, 2021 by The-Lu
 
Best answer
Thanks for the report.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar and on the online server.
...