Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 493115

Summary: DOT Graph View does not render edge decoration styles properly
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: 4.0.0 (Neon) RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 493126    
Bug Blocks:    
Attachments:
Description Flags
edge_decorations_rendering_problem none

Description Tamas Miklossy CLA 2016-05-06 04:05:14 EDT
Created attachment 261505 [details]
edge_decorations_rendering_problem

The DOT Graph view applies the specified edge style also for the edge decorations.
When rendering the following graph:

digraph StyledGraph {
	layout="circo"
	1; 2; 3; 4; 5
	1->2 [style="dashed"]
	2->3 [style="dotted"]
	3->4 [style="dashed"]
	3->5 [style="dashed"]
	4->5 [style="solid"]
}

the edge styles (dashed, dotted) are also applied to the edge decorations (see attachment edge_decorations_rendering_problem.png)
Comment 1 Alexander Nyßen CLA 2016-05-06 06:35:45 EDT
As the underlying Zest problem is fixed, the decorations no longer obtain the curve style (but their own styles). As such, this is fixed as a side-effect of bug #493126. Resolving as fixed in 4.0.0 RC1.