When using Pixelmator Pro, I need to open Feather SVG files and replace currentColor with #000000. When developing to Android and converting SVG to Vector Drawables I need to do the same thing, else the tools won't work. I know it isn't a huge deal, there are scripts to automate and etc, but should them be necessary? This is the only icon pack I know that does this.
It doesn't matter what I'm doing, the currentColor attr is always making me loose time. Therefore, I have a request, can't we replace all of them with a color, any color? #000000, for example. Would solve all my issues.