summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:31:39 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:31:39 +0200
commitd014aa74f53959ebd490c6c20b83201b865cbafa (patch)
tree9ed7ca4bc702a4d1d91cc10d3f0289858a75bb33 /index.php
parent2d59f7c254a873b0840dfd98d87cd2b690a32228 (diff)
downloadhicg-d014aa74f53959ebd490c6c20b83201b865cbafa.tar.gz
hicg-d014aa74f53959ebd490c6c20b83201b865cbafa.zip
reducing focal size to 54x54 as per guidelines
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6d19a3d..2cfbfdf 100644
--- a/index.php
+++ b/index.php
@@ -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)
{