Comment 7 for bug 425529

Revision history for this message
Joakim Lundvall (joakim-lundvall) wrote : SV: [Bug 425529] Re: PS/EPS export when using opacity

Ok I will.

/Joakim

-----Ursprungligt meddelande-----
Från: <email address hidden> [mailto:<email address hidden>] För Alvin Penner
Skickat: den 7 september 2009 13:56
Till: <email address hidden>
Ämne: [Bug 425529] Re: PS/EPS export when using opacity

running Windows XP, Inkscape 0.47pre2-2

I then saved this file as .ps to produce the attached result. As far as
I can tell this is an accurate rendition of the original .svg file. No
unexpected error messages were encountered, other than the missing link
to the file bgr_body.jpg, which I assume will not occur on your machine.

Could you retry this by cleaning up the file and re-saving it?

** Attachment added: "opacity_fails_new.ps"
   http://launchpadlibrarian.net/31437422/opacity_fails_new.ps

--
PS/EPS export when using opacity
https://bugs.launchpad.net/bugs/425529
You received this bug notification because you are a direct subscriber
of the bug.

Status in Inkscape: A Vector Drawing Tool: New

Bug description:
SaveAs EPS/PS failes with this line
<text id="Y" x="122.5mm" y="265mm" text-anchor="middle" opacity="0.3" fill="#FFE6D5" font-family="'TrebuchetMS-Bold'" style="font-family:Trebuchet MS" font-size="55mm">

But works with this

<text id="year" x="122.5mm" y="265mm" text-anchor="middle" opacity="1" fill="#FFE6D5" font-family="'TrebuchetMS-Bold'" style="font-family:Trebuchet MS" font-size="55mm">

The only differens is the opacity. IDE error is "file c:\test.eps cannot be saved"

in command line the result is as follows. (inkscapec --export-eps=c:\test2.eps -T -dpi=300 c:\test_opacity1.svg)
** Message: Error: Inkscape encountered an internal error and will close now.

Workaround for me was to replace opacity with other color and move down object.