Skip to content

Instantly share code, notes, and snippets.

@strarsis
Last active April 1, 2018 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strarsis/2bc9a80bc0ce52dee53d41150a8252c2 to your computer and use it in GitHub Desktop.
Save strarsis/2bc9a80bc0ce52dee53d41150a8252c2 to your computer and use it in GitHub Desktop.
svgo issue (svgo --multipass --pretty --enable=inlineStyles -i test.svg -o test.min.svg)
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<style>
.st2{fill:#db7c34}
</style>
<path d="M50 25c-13.8 0-25 11.2-25 25s11.2 25 25 25 25-11.2 25-25-11.2-25-25-25zm0 48c-12.7 0-23-10.3-23-23s10.3-23 23-23 23 10.3 23 23-10.3 23-23 23z" fill="#3961a8"/>
<path class="st2" d="M62 40h-7v-3c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v3h-7c-1.7 0-3 1.3-3 3v16c0 1.7 1.3 3 3 3h24c1.7 0 3-1.3 3-3V43c0-1.7-1.3-3-3-3zm-15-3h6v3h-6v-3zm-9 5h24c.6 0 1 .4 1 1v5H37v-5c0-.6.4-1 1-1zm24 18H38c-.6 0-1-.4-1-1v-9h26v9c0 .6-.4 1-1 1z"/>
<path class="st2" d="M50 47c.6 0 1-.4 1-1v-1c0-.6-.4-1-1-1s-1 .4-1 1v1c0 .6.4 1 1 1z"/>
</svg>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment