From 7a95aa48e77332ec4736a8db1721e246a9ec0040 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 3 Oct 2024 10:45:49 +0100 Subject: [PATCH] Update CONTRIBUTING.md Added how to shrink images. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c4a031c..2b8535fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,7 @@ Thanks for submitting or fixing an icon! Here is a helpful guide to what you nee - [ ] New file which is *under* 1,024 bytes +You can shrink the file size uusing tools like [Yann Armelin's SVG Path Editor](https://yqnn.github.io/svg-path-editor/), or [svgo](https://github.com/svg/svgo), or [svgcleaner](https://github.com/RazrFalcon/svgcleaner). Additionally, you can do these helpful things if you have time: - [ ] Add reference image @@ -75,4 +76,4 @@ See: https://issuetracker.google.com/issues/176694227 Or, use https://inloop.github.io/svg2android/ to create an Android-compatible XML file. -Add the file to `/images/android-vector-drawable/` \ No newline at end of file +Add the file to `/images/android-vector-drawable/`