Bug 533859

Summary: DOT Graph View - wrong edge target position calculation
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 Keywords: helpwanted
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Screenshot about the bug none

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).