game-icons / icons

All SVG icons available on https://game-icons.net
Other
1.08k stars 120 forks source link

Consider offering SVGs without /path[@fill] (and possibly /path[@fill-rule]) attributes #678

Open posita opened 4 years ago

posita commented 4 years ago

For portability, considering offering SVGs that omit fill attributes to path elements (maybe available via …/transparent/transparent/… or …/default/transparent/…). This would afford styling with CSS without pre-processing.

posita commented 4 years ago

I can submit a pull request that removes the aforementioned attributes from all of the icons in this repository, but I don't know how that's going to affect the rest of the game-icons.net workflow. I also don't have a good feel for how you keep subsequent submissions from including those attributes.