How to align text to the left in a container (for example a rectangle)?

+1 vote
asked Jan 14, 2020 in Question / help by rd27 (460 points)

Is it possible to  align text to the left in a container (for example a rectangle)? The following doesn't seem to work. "rect1" is always centered. Thanks! 

@startuml
hide stereotype
skinparam rectangle {
    TextAlignment<<Software System>> left
}
rectangle rect1 <<Software System>> {
  rectangle rect2
}
@enduml

Thanks

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...