Skip to content

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Jun 28, 2017

This PR converts most of the images in this repository to SVGs based on the contents of the Sketch file and the original PNG files. It also introduces ember-svg-jar, which allows us to use inline SVGs and automatically optimizing them using svgo.

@Turbo87 Turbo87 requested review from locks and carols10cents June 28, 2017 13:17
@locks locks merged commit 06f4a5c into rust-lang:master Jun 28, 2017
@Turbo87 Turbo87 deleted the svgs branch June 28, 2017 14:45
@johanneshoehn
Copy link

svgo seems to still miss at least one optimisation opportunity:

The image next to the download button is: <g fill="#C88E1C"><path d="M1 13h12v2H1zM5 2h4v5h3l-5 4.996L2 7h3z"></path></g>. The fill attribute could be in the path tag, making the group tag useless.

It's a bit hard to check all svgs with ember's template magic.

@Turbo87
Copy link
Member Author

Turbo87 commented Jul 6, 2017

It's a bit hard to check all svgs with ember's template magic.

@hannni if you run the dev server you should be able to visit http://localhost:4200/ember-svg-jar/index.html and see all the SVG files in a list

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.

3 participants