ill2svg imports incorrectly

Bug #166969 reported by Hanwen
2
Affects Status Importance Assigned to Milestone
Inkscape
Invalid
Medium
Unassigned

Bug Description

See attached file.

Running ill2svg on it results in an SVG file, which has
no fill color. The coordinates are all wrong too.
Running it also prints

- Use of uninitialized value in concatenation (.) or
string at /usr/share/inkscape/extensions/ill2svg.pl
line 206, <> line 143.
Use of uninitialized value in concatenation (.) or
string at /usr/share/inkscape/extensions/ill2svg.pl
line 206, <> line 149.
Use of uninitialized value in concatenation (.) or
string at /usr/share/inkscape/extensions/ill2svg.pl
line 206, <> line 238.

Tags: svg
Revision history for this message
Hanwen (hanwen) wrote :

this is with Inkscape 0.42-2fc4 from Fedora extras.

Revision history for this message
Bryce Harrington (bryce) wrote :

No files are attached.... Make sure to click the checkbox when
uploading files.

Line 206 of ill2svg.pl is this:

        print " <g style=\"fill: $fillcolor;\">\n";

So apparently for the file, $fillcolor isn't getting defined.

We'll need the source file in order to debug this one...

Revision history for this message
Rwst (rwst) wrote :

closed because of missing information

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.