Bug 533859 - DOT Graph View - wrong edge target position calculation
Summary: DOT Graph View - wrong edge target position calculation
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF DOT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2018-04-20 05:45 EDT by Tamas Miklossy CLA
Modified: 2019-03-07 05:21 EST (History)
0 users

See Also:


Attachments
Screenshot about the bug (76.25 KB, image/png)
2018-04-20 05:45 EDT, Tamas Miklossy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Miklossy CLA 2018-04-20 05:45:23 EDT
Created attachment 273698 [details]
Screenshot about the bug

Given is the following dot graph: 

digraph {
	splines=false
	
	1
	2[shape=box]
	3
	
	1->2
	1->3
}

The Dot Graph View renders the edge 1->2 differently than Graphviz (see screenshot im Anhang).