kamlendrachauhan / modsl

Automatically exported from code.google.com/p/modsl
0 stars 0 forks source link

Connector of Self-Referenced class is looping through the entire image. #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

if you have self-referenced classes, the connector is going up to the first
class instead of keeping next to the self referencing class itself.

use following sample to reproduce the issue:

class diagram A { class A { 1->1(A); } class B { 1->1(B); } class C {
1->1(C); }}

Original issue reported on code.google.com by Christia...@gmail.com on 6 Aug 2009 at 11:58

GoogleCodeExporter commented 8 years ago
Fixed edge positioning (self ref edge didn't move when the parent node was
repositioned by the layout algorithm)

Original comment by avi...@gmail.com on 11 Aug 2009 at 5:24