Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize SVG icons #1652

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

CodeShakingSheep
Copy link

I just discovered that there were quite some empty elements in the icon svgs which I removed resulting in reducing the svg image sizes:

  • spotube-logo-svg 13.7 kb --> 12.7kb
  • spotube-nightly-logo.svg 14.1kb --> 13.1kb

I could also further optimize the svg files, e.g. removing the inkscape meta tags, groups and path ids and merging paths which would further reduce the file sizes. Let me know if you think it'd be worth an effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant