Graph::Easy::As_svg.3pm

Langue: en

Version: 2008-05-22 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Graph::Easy::As_svg - Output a Graph::Easy as Scalable Vector Graphics (SVG)

SYNOPSIS

         use Graph::Easy;
         
         my $graph = Graph::Easy->new();
 
         $graph->add_edge ('Bonn', 'Berlin');
 
         print $graph->as_svg_file();
 
 

DESCRIPTION

"Graph::Easy::As_svg" contains just the code for converting a Graph::Easy object to a SVG text.

EXPORT

Exports nothing.

SEE ALSO

Graph::Easy.

AUTHOR

Copyright (C) 2004 - 2008 by Tels <http://bloodgate.com>

See the LICENSE file for information.