Closed (fixed)
Project:
Graphviz
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2013 at 13:40 UTC
Updated:
20 Jan 2013 at 16:40 UTC
The output from dot, neato, etc can be multiple formats.
By adding a plain text format we are done too!
Comments
Comment #1
clemens.tolboomI added the output format 'png' and 'text'.
So we need to reduce the two hook_graphapi_formats back to one? Let's see what happens.
I think the theme function can nice decide what to output. But this depends on the needed theme functions.
Say one want to theme each node by adding an background image.
Comment #2
clemens.tolboomI've reverted the text_output.
We now have on engine with one format 'graphviz'.
graphviz config has it's own output settings and format.