[GRASS-SVN] r63751 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 25 05:00:38 PST 2014
Author: martinl
Date: 2014-12-25 05:00:38 -0800 (Thu, 25 Dec 2014)
New Revision: 63751
Modified:
grass/trunk/lib/init/variables.html
Log:
variables: document GRASS_RENDER_IMMEDIATE=default
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2014-12-25 12:50:36 UTC (rev 63750)
+++ grass/trunk/lib/init/variables.html 2014-12-25 13:00:38 UTC (rev 63751)
@@ -329,15 +329,21 @@
<h3>List of selected GRASS environment variables for rendering</h3>
<blockquote>
-[ In addition to those which are understood by specific <em>GRASS display
- drivers</em>, the following variables affect rendering. ]
+[ In addition to those which are understood by
+ specific <em><a href="displaydrivers.html">GRASS display
+ drivers</a></em>, the following variables affect rendering. ]
</blockquote>
<dl>
<dt>GRASS_RENDER_IMMEDIATE</dt>
<dd>tells the display library which driver to use; possible
- values: <em><a href="cairodriver.html">cairo</a></em>, <em><a href="pngdriver.html">png</a></em>, <em><a href="psdriver.html">ps</a></em>
- or <em><a href="htmldriver.html">html</a></em></dd>
+ values: <em><a href="cairodriver.html">cairo</a></em>, <em><a href="pngdriver.html">png</a></em>, <em><a href="psdriver.html">ps</a></em>,
+ <em><a href="htmldriver.html">html</a></em>
+ or <em>default</em><br>Default display driver
+ is <em><a href="cairodriver.html">cairo</a></em> when GRASS is
+ compiled with Cairo support
+ otherwise <em><a href="pngdriver.html">png</a></em>.
+ </dd>
<dt>GRASS_RENDER_WIDTH</dt>
<dd>defines the width of output image (default is 640).</dd>
More information about the grass-commit
mailing list