The "no sign" was rotated by 90ยฐ, no other changes were made.
Before:
After:
ngraham | |
ndavis |
VDG | |
Plasma |
The "no sign" was rotated by 90ยฐ, no other changes were made.
Before:
All "no signs" should look like this: ๐ซ
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Make sure to run the icons through an SVG optimizer, per https://community.kde.org/Guidelines_and_HOWTOs/Icon_Workflow_Tips#SVG_optimization
After that, you'll need to manually fix the stylesheet stuff by getting rid of color:#da4453 inside the path definitions. The easiest way to do this is to just open the svg files with a text editor and remove those bigs manually.
Actually audio-volume-muted also has the same issue. Let's also do that in the same patch. :)
I also made adjustments to "font-disable" and "mail-mark-junk", do you want me to include them? After that all icons containing ๐ซ will be the same.
Just found a 24px version of audio-volume-muted in the actions folder that either needs the same change, or needs to be deleted. Almost done!
LGTM!
@ndavis does this look okay to you? And what do you think about that lonely 24px audio-volume-muted icon in the actions folder? Once this lands, should we move it to the 24px status icons folder so it can join its rightful brethren?
You need to set your full name as your git user name. Otherwise, the system won't let me land it.
remote: Audit failure - Commit bd1f1ed0341ede8ee4715842001920be0d2af749 - Non-full name: mthw0
It seems it has not work, we still see "mthw0" as author of the commit.
You probably needs to git commit amend --no-edit (use git basically to do the dead), it should update the author of the commit (or remove the --no-edit and save as-is), and then arc diff again.