Subject: | Two identical examples in SYNOPSIS |
The first two creation examples in the SYNOPSIS of SVG::Manual are
identical:
# create an SVG object
my $svg= SVG->new(width=>200,height=>200);
#or
my $svg= SVG->new(width=>200,height=>200);