Output a graph::easy as scalable vector graphics (svg)
use Graph::Easy; my $graph = Graph::Easy->new(); $graph->add_edge ('Bonn', 'Berlin'); print $graph->as_svg_file();
\*(C`Graph::Easy::As_svg\*(C' contains just the code for converting a Graph::Easy object to a \s-1SVG\s0 text.
Exports nothing.
Graph::Easy.
Copyright (C) 2004 - 2008 by Tels <http://bloodgate.com>
See the \s-1LICENSE\s0 file for information.