strictuml: arrow head in use case diagram

0 votes
asked Apr 8, 2019 in Bug by PlantUML_User_Max (140 points)

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?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...