Skip Menu |

This queue is for tickets about the Image-LibRSVG CPAN distribution.

Report information
The Basics
Id: 6187
Status: resolved
Priority: 0/
Queue: Image-LibRSVG

People
Owner: Nobody in particular
Requestors: mat_trash [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.03
Fixed in: (no value)



Subject: typo in pod: loadFormString => loadFromString
--- LibRSVG.pm 2004-04-02 16:08:13.000000000 +0200 +++ LibRSVG.patched.pm 2004-05-02 19:28:16.000000000 +0200 @@ -125,7 +125,7 @@ open( SVGFILE, "< my.svg" ); local( $/ ) ; - $rsvg->loadImageFormString( <SVGFILE> ); + $rsvg->loadImageFromString( <SVGFILE> ); close SVGFILE; $rsvg->saveAs( "my.png" );
Will be fixed in V 0.04 thx Tom [guest - Sun May 2 13:29:29 2004]: Show quoted text
>