Hi !
I encounter a problem when exporting certain figures (not all) I made from svg to eps format.
All seems fine on my screen, however, once my figure is exported in eps format, a kind of white stripe appears at the bottom of it, cutting the bottom of my figure.
Is something wrong in my figure ? Somebody has an idea ?
I link the svg and the generated (zipped) eps file.
Thank you !
Problem exporting eps
Problem exporting eps
- Attachments
-
- xhl.eps.gz
- (46.99 KiB) Downloaded 133 times
-
- xhl.svg
- (97.72 KiB) Downloaded 137 times
Re: Problem exporting eps
Your figure is ok as far as I can tell (and PDF export is fine too), but the clipping path used for one group in the the drawing (probably you had imported an EPS or PDF file with the original graphic) triggers a bug in the 'cairo' graphics library which Inkscape 0.48 uses for EPS/PS/PDF export.Pointcom wrote:Is something wrong in my figure ? Somebody has an idea ?
Attaching an archive with two versions of the EPS file (exported with Inkscape 0.48.2), using an unpatched and patched version of cairo 1.10.2.
- Attachments
-
- Archive2.zip
- (113.63 KiB) Downloaded 134 times
Re: Problem exporting eps
Ok, thanks for the answer !
So you mean that I need to update my version of the Cairo library, correct ?
Thanks again !
So you mean that I need to update my version of the Cairo library, correct ?
Thanks again !
Re: Problem exporting eps
Pointcom wrote:Ok, thanks for the answer !
So you mean that I need to update my version of the Cairo library, correct ?
Unfortunately there is no released version of cairo yet which includes the fix.