Trying "skinparam stereotypePosition bottom" in the following example:
@startuml
skinparam stereotypePosition bottom
class A<<st1>>
class B<<st2>>
A --> B : stereo test
@enduml
"st1" and "st2" are displayed on top of A and B; instead of the bottom.
If replacing "class" with "participant", things would look good.
Can we fix this please?