[GRASS-SVN] r71968 - grass/trunk/raster/r.path
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Fri Dec 22 14:43:30 PST 2017
    
    
  
Author: neteler
Date: 2017-12-22 14:43:30 -0800 (Fri, 22 Dec 2017)
New Revision: 71968
Modified:
   grass/trunk/raster/r.path/r.path.html
Log:
r.path manual: added missing width tag, needed for wxGUI manual renderer
Modified: grass/trunk/raster/r.path/r.path.html
===================================================================
--- grass/trunk/raster/r.path/r.path.html	2017-12-22 19:55:21 UTC (rev 71967)
+++ grass/trunk/raster/r.path/r.path.html	2017-12-22 22:43:30 UTC (rev 71968)
@@ -185,7 +185,7 @@
 
 <div align="center">
 <a href="r_path_with_bitmask.png">
-    <img src="r_path_with_bitmask.png" alt="least cost path using bitmask" height="300">
+    <img src="r_path_with_bitmask.png" alt="least cost path using bitmask" width="600" height="274">
 </a>
 <br>
 <i>Figure: Comparison of shortest paths using single directions and 
    
    
More information about the grass-commit
mailing list