[gnome-devel-docs/wip/aday/appicon-update2] hig: clarify icon sizing



commit 97d3109322952e5600b8b8d50fb60c2968b55676
Author: Allan Day <allanpday gmail com>
Date:   Thu Aug 30 12:56:47 2018 +0100

    hig: clarify icon sizing
    
    Multiples of 128 aren't a hard rule.

 hig/C/icons-and-artwork.page | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hig/C/icons-and-artwork.page b/hig/C/icons-and-artwork.page
index 80ae9632..e0401678 100644
--- a/hig/C/icons-and-artwork.page
+++ b/hig/C/icons-and-artwork.page
@@ -23,11 +23,11 @@
 
 <p>Two styles of icon are used in GNOME 3: full-color and symbolic icons.</p>
 
-<p>Full-color icons are colorful and detailed, and are optimized for larger sizes. They are defined as 
128x128px SVGs, and can be scaled up in multiples of 128 (such as 256✕256 and 512✕512). They should not be 
enlarged to other sizes, as this will result in them no longer being sharp. The design of full-color icons 
also allows them to be rendered sharp at 64x64px and 32x32px, but is not advised to go lower.</p>
+<p>Full-color icons are colorful and detailed, and are optimized for larger sizes. They are defined as 
128x128px SVGs, and are sharpest when scaled up in multiples of 128 (such as 256✕256 and 512✕512).The design 
of full-color icons also allows them to be rendered sharp at 64x64px and 32x32px, but is not advised to make 
them any smaller.</p>
 
 <media type="image" mime="image/png" src="figures/icons/fullcolor-v-symbolic.svg"/>
 
-<p>Symbolic icons are simple and monochrome, and are designed to work well at smaller sizes. They are 
defined as 16✕16px SVGs, and can be scaled to multiples of 16 (such as 32✕32, 64✕64, 128✕128). Symbolic icons 
generally have a neutral color, although their color can be changed programatically.</p>
+<p>Symbolic icons are simple and monochrome, and are designed to work well at smaller sizes. They are 
defined as 16✕16px SVGs, and can be scaled to multiples of 16 (such as 32✕32, 64✕64, 128✕128). Symbolic icons 
generally have a neutral color, although their color can be changed programmatically.</p>
 
 </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]