[GRASS-SVN] r58344 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 30 19:49:36 PST 2013
Author: annakrat
Date: 2013-11-30 19:49:36 -0800 (Sat, 30 Nov 2013)
New Revision: 58344
Modified:
grass/trunk/gui/wxpython/core/render.py
Log:
wxGUI: fix legend image cropping for png driver
Modified: grass/trunk/gui/wxpython/core/render.py
===================================================================
--- grass/trunk/gui/wxpython/core/render.py 2013-12-01 03:46:14 UTC (rev 58343)
+++ grass/trunk/gui/wxpython/core/render.py 2013-12-01 03:49:36 UTC (rev 58344)
@@ -408,7 +408,7 @@
self.progressInfo = None
# GRASS environment variable (for rendering)
- self.env = {"GRASS_BACKGROUNDCOLOR" : "FFFFFF",
+ self.env = {"GRASS_BACKGROUNDCOLOR" : "000000",
"GRASS_PNG_COMPRESSION" : "0",
"GRASS_TRUECOLOR" : "TRUE",
"GRASS_TRANSPARENT" : "TRUE",
More information about the grass-commit
mailing list