Enhance extra arrow pointing for vertical position

0 votes
asked Nov 22, 2012 in Wanted features by anonymous

In the following image, it would be better if the triangle for the "owns" link would point to the top, and not to the left.

@startuml
class Car
Driver - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns
@enduml

1 Answer

0 votes
answered Mar 16, 2018 by Anthony-Gaudino (5,720 points)
On newer versions of PlantUML it's point correctly to the top.
...