GNOME Bugzilla – Bug 420920
Evolution's Quick Reference still shows old Ximian logo
Last modified: 2009-01-08 20:40:20 UTC
Evolution's Quick Reference (under Help -> Quick Reference) still has the old Ximian logo. It should show Evolution's current logo instead. I attempted to do this myself but the logo in the resulting PDF came out looking somewhat transparent, so perhaps someone with more image editing skills could give this a shot. Here's what I did: - Load art/scalable/evolution.svg into Inkscape. - Scale the image to ~5 in. and save as help/quickref/evolution-logo.eps. - For each locale, run the commands shown in help/quickref/*/quickref.tex: $ latex quickref.tex $ dvips -t letter -f -Pcmz < quickref.dvi >| quickref.ps $ ps2pdf -sPAPERSIZE=letter quickref.ps
Created attachment 85024 [details] help/quickref/evolution-logo.eps
Created attachment 85025 [details] help/quickref/C/quickref.pdf
Created attachment 85026 [details] help/quickref/de/quickref.pdf
Created attachment 85027 [details] help/quickref/es/quickref.pdf
Created attachment 85028 [details] help/quickref/sv/quickref.pdf
jimmac: Can you help here?
Logo is replaced by the Dev Team...
And the latest User guide captures the screen shot
CC'ing Srini.
This is still valid. jimmac: Can you help here?
As the artwork includes things like alpha trasparency inside gradients, I don't think it's exportable into EPS, unless you render it into a bitmap. Depending on the output DPI, you want to `inkscape -e bitmap.png -d $DPI logo.svg` I believe if you `inkscape -E bitmap.eps -d $DPI logo.svg` it will still render into a bitmap and convert to EPS directly, as the exporter knows it can't deal with alpha gradients in any reasonable way.
Created attachment 125721 [details] Quick Reference (postscript) Followed Jakub's suggestion, but it seems to be the ps2pdf conversion causing the transparency problem. The intermediate quickref.ps file (attached here) doesn't exhibit the problem. Is it something inherent in the PostScript format, or should I hunt for a better converter?
Created attachment 125867 [details] EPS Attaching the Evolution logo in black and white treatment suitable for print.
Created attachment 125868 [details] PDF
Created attachment 125869 [details] SVG
Created attachment 125870 [details] cleaned up some junk.
Beautiful, thanks Jakub! Regenerated the PDFs and committed the changes to trunk (revision 37018).