diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-08-13 18:31:39 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-08-13 18:31:39 +0200 |
commit | d014aa74f53959ebd490c6c20b83201b865cbafa (patch) | |
tree | 9ed7ca4bc702a4d1d91cc10d3f0289858a75bb33 /index.php | |
parent | 2d59f7c254a873b0840dfd98d87cd2b690a32228 (diff) | |
download | hicg-d014aa74f53959ebd490c6c20b83201b865cbafa.tar.gz hicg-d014aa74f53959ebd490c6c20b83201b865cbafa.zip |
reducing focal size to 54x54 as per guidelines
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ define('SVGNS', 'http://www.w3.org/2000/svg'); define('COLOR_EXTRACT_RENDER_SIZE', 128); define('HARMATTAN_ICON_SIZE', 80); -define('HARMATTAN_FOCAL_SIZE', 56); +define('HARMATTAN_FOCAL_SIZE', 54); function svg2png($svg, $w, $h, $png) { |