Menu

#452 GraphViz Plugin Strips "style" keyword

2.0.2
open
nobody
Liberty (37)
5
2008-08-12
2008-08-12
JoshG
No

The GraphViz plugin seems to remove the "style" keyword from the DOT text entered, but only on a "save". It is retained for "preview". For example:

{graphviz}
digraph
{
test [style=filled, fillcolor=blue];

}
{graphviz}

works as expected on preview, but after a save it is converted to:

{graphviz}
digraph
{
test [ fillcolor=blue];

}
{graphviz}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.