-
Notifications
You must be signed in to change notification settings - Fork 665
Convert images to SVGs #826
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
Conversation
Sketch can read the SVG source files directly and it's better to have a single source of truth
The image next to the download button is: 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 |
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
.