Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-09-07 22:30:19 +0400
committerrobocoder <anthon.pang@gmail.com>2010-09-07 22:30:19 +0400
commita3feb61928887065acef1225c59287099ae1fc96 (patch)
treeb47b39928c8c022324304aca45a698468ca4a146 /plugins
parent5a87bdf661f4da20d6680977f4dc3b4a92257470 (diff)
it may not be the smallest transparent pixel (in terms of byte size), but at least gd doesn't munge the alpha channel
git-svn-id: http://dev.piwik.org/svn/trunk@3081 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserCountryMap/UserCountryMap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountryMap/UserCountryMap.php b/plugins/UserCountryMap/UserCountryMap.php
index 457a1cc03c..dfb10d5f4a 100644
--- a/plugins/UserCountryMap/UserCountryMap.php
+++ b/plugins/UserCountryMap/UserCountryMap.php
@@ -39,7 +39,7 @@ class Piwik_UserCountryMap extends Piwik_Plugin
*/
class Piwik_UserCountryMap_Controller extends Piwik_Controller
{
- const TRANSPARENT_PNG_PIXEL = 'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==';
+ const TRANSPARENT_PNG_PIXEL = 'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=';
function worldMap()
{