From 14da83d8eec242aefcd3e1e26358274c518bdd5e Mon Sep 17 00:00:00 2001 From: 17jiangz1 <63906900+17jiangz1@users.noreply.github.com> Date: Wed, 29 Apr 2020 20:50:00 +0800 Subject: [PATCH] Update README.md (#411) Added reference to Illustrator, or a text editor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d7163a0..3e562011 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Bytes cost money. They cost money to store, transport, and process. Simplicity s ## Scream if you want to go smaller -These files were edited by hand in Inkscape, then were minified using [svgo](https://github.com/svg/svgo) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner). Further smallification may be possible. Try it! +These files were edited by hand in Inkscape, Illustrator, or a text editor, then were minified using [svgo](https://github.com/svg/svgo) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner). Further smallification may be possible. Try it! - Each of these has an `xmlns="http://www.w3.org/2000/svg"` in the `` tag. This isn't strictly necessary - but some web browsers won't display them as an image without it. - Rounded corners can be dropped - `rx="80"` - the effect can be done in CSS if you want.