From 8ada142f8efa1a788e58f1a96cdac00f510d1528 Mon Sep 17 00:00:00 2001 From: edent Date: Fri, 14 Apr 2017 16:12:43 +0100 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50c618f3..9cdb27d4 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ Originally created for my contact page - https://edent.tel/ ## What's Available so far? -This doesn't work in browser. Why? + ## Why so smallious? Bytes cost money. They cost money to store, transport, and process. Simplicity should be our goal in all endeavours. -## Can you go smaller? +## Scream if you want to go smaller -Yes! These files were minified using [svgo](https://github.com/svg/svgo) and then hand edited. Further smallification is possible. +These files were minified using [svgo](https://github.com/svg/svgo) and then hand edited. Further smallification is possible. * 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. * Newlines can be stripped - they've been kept for readability where possible. @@ -30,7 +30,7 @@ Yes! These files were minified using [svgo](https://github.com/svg/svgo) and the * Colours can be simplified. `#FF0000` becomes `red` * The precision of the paths is *mostly* 0 decimal places. A few logos have 1 or 2 dp to make them look more accurate. The precision can be reduced if necessary. -You can see the difference this makes in `youtube.svg` which is a ginormous 1,074 Bytes. By applying some of the above techniques we can get it down to a svelte 998 Bytes in `youtube-tiny.svg`. +You can see the difference this makes in [`youtube.svg`](https://github.com/edent/SuperTinySocialIcons/raw/master/tiny/youtube.svg) which is a ginormous 1,074 Bytes. By applying some of the above techniques we can get it down to a svelte 998 Bytes in [`youtube-tiny.svg`](https://github.com/edent/SuperTinySocialIcons/raw/master/tiny/youtube-tiny.svg). Think you can make them smaller? Tell me by raising an issue!