Closed (fixed)
Project:
Graphviz Filter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Apr 2008 at 00:01 UTC
Updated:
16 Jun 2008 at 18:53 UTC
I've made some changes to allow a graphviz filter to be displayed inline (with other filters).
As part of this patch, I've also moved the loading of the PEAR module into the process function, just to improve PHP loading performance a little.
The difference now is that you need to enter the graphviz like this:
[graphviz]
/*
* @formats = gif
*
*/
digraph G {
a -> b -> c
d -> a
d -> c
}
[/graphviz]
But it does mean you can create output like the attached image.
| Comment | File | Size | Author |
|---|---|---|---|
| graphviz_inline.patch | 2 KB | nterbogt | |
| output.png | 10.41 KB | nterbogt |
Comments
Comment #1
infojunkieCooool! Thanks I'll check this in soon :-)
Comment #2
infojunkieFixed. Thanks.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.