diff options
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) { |