Comment 9 for bug 424564

Revision history for this message
theAdib (theadib) wrote : Re: [Bug 424564] Re: inkscape segfaults on opening this file

Despite the fact that I don't know where are daily builds I put my
recent build for you on my webspace.
I am on Ubuntu Jaunty aka 9.04. the link is here
http://www.theadib.net/inkscape.bz2

Your file uses a number of different formats to specify the colour:
a) fill: black
b) fill:url(#mistyrose)
c) fill:url(##bfefff)
d) fill:url(#none)
e) stop-color:rgb(255,0,0)

samples:
       <polygon style="fill:url(#mistyrose);stroke:mistyrose;;"
or <polygon style="fill:url(#black);stroke:black;;"

case a) and e) define an absolute colour known by svg standard or by
specifying the specific colour.
case b) c) d) reference to and colour that has been declared earlier
in the svg file like this:
the url none is defined like this:
    <linearGradient id="none" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%"
      style="stop-color:rgb(255,255,255);stop-opacity:1" />
      <stop offset="100%"
      style="stop-color:rgb(255,255,255);stop-opacity:1" />
    </linearGradient>

So what I am saying is that I think your svg file does not conform to
the SVG standard http://www.w3.org/TR/SVG/index.html
However Inkscape should not crash and give you the best result out of
your file.
Maybe you can export into an other fileformat that inkscape can handle
for you? i.e. pdf

HTH, Adib.

On Sun, Sep 6, 2009 at 12:46 AM, Alvin Penner<email address hidden> wrote:
> unfortunately, I am on Windows so I don't know the details of which
> build to use, but recent versions are at:
>
> http://sourceforge.net/projects/inkscape/files/
>
> --
> inkscape segfaults on opening this file
> https://bugs.launchpad.net/bugs/424564
> You received this bug notification because you are a member of Inkscape
> Bug Team, which is subscribed to Inkscape.
>