Hello,
when I generate a use case diagram with skinparam style strictuml, I assume normal arrow heads (full triangles or lines only) and no "nice heads".
Look at the output of the following diagram:
@startuml test
skinparam style strictuml
(MyUseCase1) .> (MyUseCase2)
(MyUseCase3) .>> (MyUseCase4)
@enduml
Between MyUseCase1 and MyUseCase2 is a "nice" arrow head but there should be a filled triangle, which is between MyUseCase3 and MyUseCase4.
Is this behavior correct or a bug?