After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736172 - data/icons/hicolor/scalable/gnome-robots.svg can't be opened in Epiphany because of whitespace
data/icons/hicolor/scalable/gnome-robots.svg can't be opened in Epiphany beca...
Status: RESOLVED FIXED
Product: gnome-robots
Classification: Applications
Component: general
git master
Other Linux
: Normal trivial
: ---
Assigned To: gnome-robots-maint
gnome-robots-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-06 00:40 UTC by razotivs
Modified: 2014-09-06 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Optimize svg icon using scour (29.73 KB, patch)
2014-09-06 00:40 UTC, razotivs
committed Details | Review

Description razotivs 2014-09-06 00:40:16 UTC
Created attachment 285543 [details] [review]
Optimize svg icon using scour

Instead of fixing just one line, I removed unused defs opening Inkscape, then
optimized svg image by running scour on it. Detail is the same, but size is
greatly reduced.

Here is the scour output:

 File: gnome-robots.svg 
 Time taken: 0.13s
 Number of elements removed: 10
 Number of attributes removed: 62
 Number of unreferenced id attributes removed: 0
 Number of style properties fixed: 17
 Number of raster images embedded inline: 0
 Number of path segments reduced/removed: 37
 Number of bytes saved in path data: 1897
 Number of bytes saved in colors: 2
 Number of points removed from polygons: 0
 Number of bytes saved in comments: 0
 Number of bytes saved in id attributes: 0
 Number of bytes saved in lengths: 2
 Number of bytes saved in transformations: 115
 Original file size: 13225 bytes; new file size: 5710 bytes (43.17%)
Comment 1 Michael Catanzaro 2014-09-06 13:26:35 UTC
OK, thanks!

Attachment 285543 [details] pushed as ff238b6 - Optimize svg icon using scour