prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
620 stars 121 forks source link

Edges don't connect to package node boundaries when connecting north. #469

Closed prmr closed 2 years ago

prmr commented 2 years ago

Description The connection point for package nodes is computed using the node's bound. However, because the north side has a top rectangle, if the y-position is away from the top rectangle, it creates a gap between the connection point and the node's visible boundary.

Steps to reproduce

  1. Create new class diagram
  2. Create two package nodes, as below.
  3. Connect them with an edge
  4. See error

Screenshots image

Configuration