Arrow inversion with skinparam linetype ortho and missing arrow part

0 votes
asked Apr 24, 2019 in Bug by Serge Wenger Work (15,620 points)

skinparam linetype ortho
class Forum
class Topic
Forum *--|> Topic

There is 2 problems:

1) With this simple sample, the direction is inverted with skinparam linetype ortho

2) Missing arrow part with or without skinparam linetype ortho

http://www.plantuml.com/plantuml/png/SoWkIImgAStDuIhEpimhI2nAp5N8oSnBBQaiI5N8Boh9oETApaaiBbPmooygpOMoG_8BCfEvm28AMhgwDNPG4OVKl1IWKG00

1 Answer

0 votes
answered May 22, 2019 by plantuml (295,000 points)
Thanks for the feedback.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you !
commented May 23, 2019 by Serge Wenger Work (15,620 points)
part 1 is corrected, but there is still a missing part in the arrow
commented May 25, 2019 by plantuml (295,000 points)
Oups, did not notice this one.

This is solved in last release 1.2019.6

Thanks!
commented Jun 25, 2019 by Pascal
Now it seems that the direction is wrong using a single dash (at least using the online version)

skinparam linetype ortho
class Forum
class Topic
Forum *-|> Topic
...