Inline graphviz filter
nterbogt - April 21, 2008 - 00:01
| Project: | Graphviz Filter |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | infojunkie |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| output.png | 10.41 KB |
| graphviz_inline.patch | 2 KB |

#1
Cooool! Thanks I'll check this in soon :-)
#2
Fixed. Thanks.
#3
Automatically closed -- issue fixed for two weeks with no activity.