twemoji-color-font icon indicating copy to clipboard operation
twemoji-color-font copied to clipboard

Apply Color SVG transform with svgo

Open 13rac1 opened this issue 6 years ago • 0 comments

The required color SVG transforms are currently applied as a "SVG transform" I'd prefer them "baked" into the actual SVG data to reduce potential hassles and file sizes. svgo can do this.

Using svgo via STDIN/STDOUT should work:

svgo --enable=convertTransform -i - -o - < emoji.svg

13rac1 avatar Mar 11 '18 22:03 13rac1