GNU bug report logs - #2901
23.0.92; Emacs SVG icon is of bad quality

Previous Next

Package: emacs;

Reported by: Ulrich Mueller <ulm <at> gentoo.org>

Date: Mon, 6 Apr 2009 07:05:06 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2901 in the body.
You can then email your comments to 2901 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2901; Package emacs. (Mon, 06 Apr 2009 07:05:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ulrich Mueller <ulm <at> gentoo.org>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 06 Apr 2009 07:05:08 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Ulrich Mueller <ulm <at> gentoo.org>
To: emacs-pretest-bug <at> gnu.org
Cc: emacs <at> gentoo.org
Subject: 23.0.92; Emacs SVG icon is of bad quality
Date: Mon, 6 Apr 2009 08:57:14 +0200
The SVG icon in etc/images/icons/hicolor/scalable/apps/emacs.svg
consists entirely (except for the pen) of embedded bitmaps instead of
vectorized paths.

This is against the idea of SVG. It also leads to a ridiculously large
file size, and shows as jagged lines at larger sizes.

Revision 1.1 of the file in CVS was somewhat better (but doesn't pass
SVG validation at http://validator.w3.org/).

Ulrich




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2901; Package emacs. (Fri, 10 Apr 2009 01:20:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Miles Bader <miles <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 10 Apr 2009 01:20:04 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Miles Bader <miles <at> gnu.org>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: 2901 <at> debbugs.gnu.org, emacs-pretest-bug <at> gnu.org,
        emacs <at> gentoo.org
Subject: Re: bug#2901: 23.0.92; Emacs SVG icon is of bad quality
Date: Fri, 10 Apr 2009 10:12:35 +0900
Ulrich Mueller <ulm <at> gentoo.org> writes:
> The SVG icon in etc/images/icons/hicolor/scalable/apps/emacs.svg
> consists entirely (except for the pen) of embedded bitmaps instead of
> vectorized paths.
>
> This is against the idea of SVG. It also leads to a ridiculously large
> file size, and shows as jagged lines at larger sizes.

You're right, having this particular icon in svg form does seem pretty
stupid... [The same is true of the other SVG emacs icon,
.../mimetypes/emacs-document.svg]

> Revision 1.1 of the file in CVS was somewhat better (but doesn't pass
> SVG validation at http://validator.w3.org/).

Yeah, the older version seems to be a true scalable SVG file; does
anyone know why it was replaced?

Loading the older (CVS 1.1) svg file into inkscape, and then saving it
(with "save-as") again, _increases_ the number of validation errors on
that website, but seems makes the file more palatable to some apps --
e.g., emacs (and gnome"eog") will load the re-saved file, but not the
original...

Perhaps the older file in "re-saved" form would be better than the
current non-scalable form?

-Miles

-- 
The automobile has not merely taken over the street, it has dissolved the
living tissue of the city.  Its appetite for space is absolutely insatiable;
moving and parked, it devours urban land, leaving the buildings as mere
islands of habitable space in a sea of dangerous and ugly traffic.
[James Marston Fitch, New York Times, 1 May 1960]




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2901; Package emacs. (Fri, 10 Apr 2009 01:20:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Miles Bader <miles <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 10 Apr 2009 01:20:05 GMT) Full text and rfc822 format available.

Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Sun, 12 Apr 2009 15:30:05 GMT) Full text and rfc822 format available.

Notification sent to Ulrich Mueller <ulm <at> gentoo.org>:
bug acknowledged by developer. (Sun, 12 Apr 2009 15:30:06 GMT) Full text and rfc822 format available.

Message #20 received at 2901-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: Miles Bader <miles <at> gnu.org>, 2901-done <at> debbugs.gnu.org
Subject: Re: 23.0.92; Emacs SVG icon is of bad quality
Date: Sun, 12 Apr 2009 11:26:33 -0400
I've replaced the bitmaps in emacs.svg and emacs-document.svg with
(hand-rolled) vector graphics.  The file sizes are now 14K and 12K
respectively, and the svg passes the w3c validator.




Message #21 received at 2901-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Ulrich Mueller <ulm <at> gentoo.org>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: Miles Bader <miles <at> gnu.org>, 2901-done <at> debbugs.gnu.org
Subject: Re: 23.0.92; Emacs SVG icon is of bad quality
Date: Sun, 12 Apr 2009 19:01:22 +0200
>>>>> On Sun, 12 Apr 2009, Chong Yidong wrote:

> I've replaced the bitmaps in emacs.svg and emacs-document.svg with
> (hand-rolled) vector graphics.  The file sizes are now 14K and 12K
> respectively, and the svg passes the w3c validator.

Nice work!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Mon, 11 May 2009 14:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.