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