smetana breaks entity arrows

+1 vote
asked Jan 10, 2023 in Bug by chris (2,540 points)
edited Jan 10, 2023 by chris

Using smetana breaks entity relationship notation on arrows. Uncomment pragma to confirm:

@startuml
'!pragma layout smetana
'breaks
a |o-- b
'works
c ||-- d
'breaks
e }o-- f
'works
g }|-- h
@enduml

1 Answer

0 votes
answered Jan 31, 2023 by The-Lu (64,760 points)
selected Jan 28 by chris
 
Best answer

FYI: 

  • It's fixed with last version v1.2023.1
See:

Thanks to PlantUML team,yes
Regards.

...