From d014aa74f53959ebd490c6c20b83201b865cbafa Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 13 Aug 2011 18:31:39 +0200 Subject: reducing focal size to 54x54 as per guidelines --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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) { -- cgit v1.2.3