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

Bug 477810

Summary: DOT Graph view should not style itself, but strictly use styles defined in Dot input (and Dot defaults).
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF DOTAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.10.1   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M2   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-09-18 09:36:32 EDT
Up to now, Dot Graph uses the 'default' styling defined within Zest.FX (i.e. colors and decorations, etc.). This might cause interference with the styles/visual attributes defined in Dot. The Dot Graph viewer should provide a 'plain' style oriented at Dot defaults and use style values of Dot input where specified.
Comment 1 Alexander Nyßen CLA 2015-09-18 09:39:19 EDT
This can be accomplished by defining a Dot css that is oriented at Dot defaults, and by  evaluating all supported Dot attributes within Dot2ZestGraphConverter.
Comment 2 Alexander Nyßen CLA 2015-09-21 13:13:26 EDT
Ensured DotGraphView uses its own "plain" stylesheet and overwrites the Zest.FX defaults. Pushed changes to origin/master. Resolving as fixed in 3.11.0 M2.