Created
September 26, 2017 09:20
-
-
Save gliesche/ff264ccab2491cd050559d78e9633384 to your computer and use it in GitHub Desktop.
Prefix ids in SVGs with svgo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svgo --config='{ "plugins": [ { "cleanupIDs": { "prefix": "prefix-" } } ] }' illustration.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment