Skip to content

Instantly share code, notes, and snippets.

@gliesche
Created September 26, 2017 09:20
Show Gist options
  • Save gliesche/ff264ccab2491cd050559d78e9633384 to your computer and use it in GitHub Desktop.
Save gliesche/ff264ccab2491cd050559d78e9633384 to your computer and use it in GitHub Desktop.
Prefix ids in SVGs with svgo
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