Bug 521327 - Graph background color setting is not respected in DOT Graph view
Summary: Graph background color setting is not respected in DOT Graph view
Status: RESOLVED FIXED
Alias: None
Product: GEF
Classification: Tools
Component: GEF DOT (show other bugs)
Version: 5.0.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 5.0.100 (Photon) RC1   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2017-08-23 16:13 EDT by Torkild Resheim CLA
Modified: 2018-05-18 09:17 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torkild Resheim CLA 2017-08-23 16:13:03 EDT
Using version 5.0.0.201706131249 I would the following code render with a red background in t DOT Graph view:

digraph G {	
	graph [bgcolor=red];
}

It stays white.
Comment 1 Tamas Miklossy CLA 2017-08-26 06:48:40 EDT
This feature is actually not implemented yet: currently the Dot Graph View does not consider the current value of the 'bgcolor' dot attribute.
Comment 2 Matthias Wienand CLA 2018-05-18 09:17:20 EDT
I added support for a single graph background color within DotGraphView.

The code is published on the master branch, therefore, I resolve this ticket as fixed as of 5.0.100 RC1.