-|> do not work with non empty <<Rect>>>

0 votes
asked Jan 26, 2017 in Bug by anonymous
The -|> arrow head is not drawn when linking to <<Rect>> package containing a class.

The following example illustrates the issue:

@startuml

package p1{
}

package p2 <<Rect>>{
class c1
}

package p3{
}

p1 -> p2 : works
p1 -|> p2 : don't work

p1 -|> p3 : works
@enduml

Even if this notation do not math strict UML standard, it seems weird that this link do not work in this case.

1 Answer

0 votes
answered Jan 26, 2017 by plantuml (294,960 points)
Thanks for the feedback.

This has been solved in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Not related to this issue, but note also that <<Rect>> has been recently renamed to <<Rectangle>>

Regards,
commented Jan 27, 2017 by Serge Wenger Work (15,620 points)
Hello,
In the doc V8054, there is still a "rect" at page 29.
Regards
...