ortho skinparam seems to drop relation labels in self referential erd

0 votes
asked Jul 23, 2021 in Bug by Todd Musheno (2,680 points)
I would expect to see the "thislabel" on the "Parent" to self reference

Remove the ortho skinparam to see what I would expect

@startuml
skinparam linetype ortho
class Page {
  * name: String
  * parrent: Page
}
Page |o--|{ Page : thislabel
@enduml

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