Hello M.,
It is currently a normal behaviour, because:
From normal "top to bottom direction":
@startuml
'left to right direction
rectangle {
(UC1)--(UC1.1)
(UC1)--(UC1.2)
(UC1)--(UC1.3)
}
@enduml
To the "left to right direction" (the only difference is a 90° rotation):
@startuml
left to right direction
rectangle {
(UC1)--(UC1.1)
(UC1)--(UC1.2)
(UC1)--(UC1.3)
}
@enduml
If that can help to understand,
Regards,
Th.