Changes between Version 3 and Version 4 of CanvizPlugin


Ignore:
Timestamp:
Apr 1, 2009, 1:01:07 AM (15 years ago)
Author:
Shane Caraveo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CanvizPlugin

    v3 v4  
    33== Description ==
    44
    5 Canviz is a wiki macro plugin to render xdot formated graphs.  Canviz is a JavaScript and Canvas based graph rendering library available on Google Code [http://code.google.com/p/canviz/].  I created this plugin to have something simpler than graphviz and to push rendering out to the browser rather than on the server.
     5Canviz is a wiki macro plugin to render xdot formated graphs.  Canviz is a JavaScript
     6and Canvas based graph rendering library available on Google Code
     7[http://code.google.com/p/canviz/].  I created this plugin to have something simpler
     8than graphviz and to push rendering out to the browser rather than on the server.
    69
    710
     
    5053echo "digraph G {Hello->World}" | dot -Txdot -otemp.xdot
    5154}}}     
     55
     56which produces the image:
     57
     58[[Image(helloworld.png)]]
     59
    5260== Recent Changes ==
    5361