Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Logo SVG optimisation #726
Conversation
|
@louisjc Is there a way to optimize these SVG automatically? I guess most if not all SVGs on bitcoin.org would deserve such optimizations... Thanks for opening this pull request! |
|
@saivann The goal is to group transformations together, remove inkscapes tags and ids (both unnecessary here), while keeping numbers untouched to not affect the quality. I know this javascript tool does it (it does not affect quality but some optimization need to be done by hand) maybe the Python version (never used this one) could do the whole folder at a time. I'm going to check it later. |
|
@louisjc the 0.10 branch shouldn't be merged into this commit, as Bitcoin Core 0.10 hasn't been released yet. Can you please rebase-remove that merge? (If you don't know how, let me know and I'll provide instructions.) Thanks. |
|
@harding Fixed, it was unintentional. |
louisjc commentedFeb 1, 2015
I opened the svg file of the logo and I think it deserves some optimizations : I removed useless groups, ids and tags. The result looks identical but the new file is two time smaller.
Also the xml refers to the Creative Commons license while the file is under MIT.