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


Graph-Easy-As_svg documentation  | view source Contained in the Graph-Easy-As_svg distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	use Graph::Easy;

	my $graph = Graph::Easy->new();

	$graph->add_edge ('Bonn', 'Berlin');

	print $graph->as_svg_file();




DESCRIPTION

Top

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

graph::easy graph drawing svg scalable vector grafics

EXPORT

Top

Exports nothing.

SEE ALSO

Top

Graph::Easy.

AUTHOR

Top

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

See the LICENSE file for information.

tels


Graph-Easy-As_svg documentation  | view source Contained in the Graph-Easy-As_svg distribution.