Closed blowery closed 5 years ago
Remove the leading rect that causes the icon to appear as a black box after minification
To test, npx serve docs and then load the example page and check out the site icon. It should appear properly, not as a black box.
npx serve docs
Related: https://github.com/Automattic/gridicons/pull/303 (Redo) https://github.com/Automattic/gridicons/pull/302 (Original)
Before:
After:
Thanks for the patch! All good! :D
Remove the leading rect that causes the icon to appear as a black box after minification
To test,
npx serve docs
and then load the example page and check out the site icon. It should appear properly, not as a black box.Related: https://github.com/Automattic/gridicons/pull/303 (Redo) https://github.com/Automattic/gridicons/pull/302 (Original)