Subject: | Missing headline in SVG::Manual |
In SVG::Manual, the attrib method is described after the mouseaction
method. However, there is a line "=head2 attrib" missing. Importantly,
this leads to the absence of the method in the TOC which can be quite
confusing when you remember that there was this method, but you don't
find the docu any more.
Excerpt from the POD code:
=head2 mouseaction
$svg->mouseaction(%attributes)
Sets/Adds mouse action definitions for tag
$svg->attrib($name, $value)
Sets/Adds mouse action definitions.
$svg->attrib $name, $value
$svg->attrib $name, \@value
$svg->attrib $name, \%value
Sets/Replaces attributes for a tag.