stereotypePosition does not seem to work with "class"

0 votes
asked Jul 18, 2024 in Bug by csr2.cambs (140 points)

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?

commented Jul 19, 2024 by The-Lu (79,080 points)

Hi all,

[Just for the record]
That will be a new wanted feature as mentioned here:

Regards,
Th.

commented Jul 22, 2024 by csr2.cambs (140 points)
Thank you @The-Lu

1 Answer

0 votes
answered Mar 7 by dickmaley (4,120 points)

This is still a problem

image

commented Mar 7 by The-Lu (79,080 points)

Hello D.,

Yes.

skinparam stereotypePosition bottom

is only available for sequence diagram.

See:

Regards,
Th.
...