ortho linetype with class diagrams with labels on arrows from class calling itself

+1 vote
asked Feb 20, 2018 in Bug by nikhil (520 points)

Following code :

@startuml
skinparam linetype ortho
skinparam pathHoverColor black
class A
class B
A --> A [[{L1}]]: L1
A --> B [[{L2}]]: L2
@enduml

Gives :

Class A --> Class A : L2

Label on A --> A : L1 is not shown. However, its available on mouse over.

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.
...