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
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.

AttachmentSize
output.png10.41 KB
graphviz_inline.patch2 KB

#1

infojunkie - April 21, 2008 - 08:50
Assigned to:Anonymous» infojunkie
Status:active» needs review

Cooool! Thanks I'll check this in soon :-)

#2

infojunkie - June 2, 2008 - 18:52
Version:5.x-1.0» 5.x-1.x-dev
Status:needs review» fixed

Fixed. Thanks.

#3

Anonymous (not verified) - June 16, 2008 - 18:53
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.