Bug 121259 - HoritontalPlacement does not perform consistently
Summary: HoritontalPlacement does not perform consistently
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 13:49 EST by Randy Hudson CLA
Modified: 2007-03-15 07:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2005-12-16 13:49:04 EST
HorizontalPlacement calls normalize, which should place the layed out graph starting at x==0. But, there are some additional nodes inserted into the graph that capture the edges and their offsets on their respective nodes. These extra nodes have edges to real nodes with non-zero delta, which pushes the entire graph over in some cases.

the fix is to normalize only the real nodes in the graph.