WordPress / dashicons

Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.
https://developer.wordpress.org/resource/dashicons/
GNU General Public License v3.0
564 stars 185 forks source link

Fix color picker. #419

Closed jasmussen closed 4 years ago

jasmussen commented 4 years ago

Props for spotting the issue, @chrisvanpatten.

The font builder apperas to be a little more picky than usual, so unless the SVG source files are very pure compound shapes, it will sometimes throw out some issues.

Before

Screenshot 2020-05-08 at 09 07 20

After

Screenshot 2020-05-08 at 09 05 48
field2 commented 4 years ago

I believe these issues arise from the way svg's are saved in Illustrator. If I simple "Save As" and svg file, the build seems to work fine. If I Export for Screens, or Export Selected, and choose svg, the icons get corrupted like this. It definitely has to do with how the compound shape/path information is preserved, but I'm not sure what exactly causes this.