Arrow cardinality thickness not changed by skinparam (Class diagram)

0 votes
asked Jan 15, 2019 in Bug by ashley (140 points)
In a class diagram, the arrow cardinality ends are not affected by the skinparam thickness.  They should be.

Only the line seems to be changed by the thickness setting.  Same if the thickness is specified 'in-line':

Ex:

```

skinparam arrowThickness 3

Bob |o--|{ Alice : hello

Ted |o-[thickness=5]-|{ Alice : hello

```

1 Answer

0 votes
answered Jun 17, 2021 by kirchsth (4,880 points)

looks fixed in the meantime

@startuml
skinparam arrowThickness 3

Bob |o----|{ Alice : hello

Ted |o-[thickness=7]---|{ Alice : hello
@enduml

@startuml
skinparam arrowThickness 7

Bob |o----|{ Alice : hello

Ted |o-[thickness=3]---|{ Alice : hello
@enduml

 

...