
I was looking at this RFE: http://sourceforge.net/tracker/index.php?func=detail&aid=1224283&gro...
And I figured I could whip up a quick INX file to make it work as an effect:
<inkscape-extension> <name>Embed Raster Images</name> <id>org.inkscape.filter.embedraster</id> <dependency type="executable" location="extensions">embed_raster_in_svg.pl</dependency> <dependency type="executable" location="path">perl</dependency> <effect> <object-type>all</object-type> </effect> <script> <command reldir="extensions" interpreter="perl">embed_raster_in_svg.pl</command> </script> </inkscape-extension>
But the embed_raster_in_svg.pl script dies at line 110. My entire knowledge of perl comes from two weeks of playing with it for a project last year. And I am thoroughly confused by the Lord Of The Rings humor embedded in the file. Are there any perl hackers willing to help me make this work?
Aaron Spike
participants (1)
-
unknown@example.com