GNOME Bugzilla – Bug 731658
icon theme: Respect directory types for svg icons
Last modified: 2014-06-14 20:03:00 UTC
The current icon loading code special-cases svgs and always loads them at the requested size. This makes it impossible to use svg for things like spinners, which could very well live as svgs in the icon theme, but should not be scaled to giant sizes.
Created attachment 278447 [details] [review] GtkIconTheme: Don't treat svg icons specially This changes makes svg icons go through the same scale calculation code as png icons. As a consequence, an svg that is put into the 32x32 directory will actually be loaded at size 32, even if it gets requested at a bigger size. This will let us avoid giant spinners.