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.