GNOME Bugzilla – Bug 726643
Fix problematic strokes in WiFi and Volume icons.
Last modified: 2014-03-19 16:16:09 UTC
Patch attached.
Huge patch. Don't know why. :\ https://dl.dropboxusercontent.com/u/8078483/0001-Fix-problematic-strokes-in-WiFi-and-Volume-icons.patch
I understand why you'd want to center the dots on the acquiring icons, but you can't do it in the trivial fuzziness-inducting way. You'd need to play with scale to make that happen.
Also for future patches, note that all objects (groups) hold the naming required for naming the exported files. You cleaned/duplicated over all of them.
Created attachment 272377 [details] [review] bake masks and path strokes for wifi and volume icons - avoids rendering issues for large canvas
Yes, I knew about the naming but I forgot to keep them somehow. :( And for the three dots, it's aligned properly in the 'stencils' file in Github, I didn't notice that the icon is a 1px larger on GNOME Git and didn't check. Sorry. :P Did you find out why the patch was huge?