[GRASS-SVN] r72067 - grass/trunk/display/d.text

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 10 14:06:27 PST 2018


Author: lucadelu
Date: 2018-01-10 14:06:27 -0800 (Wed, 10 Jan 2018)
New Revision: 72067

Added:
   grass/trunk/display/d.text/d_text.png
Modified:
   grass/trunk/display/d.text/d.text.html
Log:
d.text: added examples and figures, thanks to Eric1234, Sunveer Singh and Google Code-in

Modified: grass/trunk/display/d.text/d.text.html
===================================================================
--- grass/trunk/display/d.text/d.text.html	2018-01-10 17:01:59 UTC (rev 72066)
+++ grass/trunk/display/d.text/d.text.html	2018-01-10 22:06:27 UTC (rev 72067)
@@ -70,6 +70,7 @@
 active frame's vertical space per line:
 <p>
 
+<!--
 <div class="code"><pre>
 <b>d.text</b> << EOF
 .C yellow
@@ -79,11 +80,20 @@
 This is a test of d.text
 EOF
 </pre></div>
-
-
 The user presses <em>control-d</em> 
 (the "Ctrl" and "d" keys) to end input to <em>d.text</em> (equal to EOF).
+-->
 
+<div class="code"><pre>
+d.text text="This is a test of d.text" color=yellow bgcolor=gray size=4
+</pre></div>
+
+<div align="center" style="margin: 10px">
+<img src='d_text.png' width="600" border="1">
+<br>
+<i>Displayed Text</i>
+</div>
+
 <h2>NOTES</h2>
 
 Note that the GRASS command 

Added: grass/trunk/display/d.text/d_text.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/display/d.text/d_text.png
___________________________________________________________________
Added: svn:mime-type
   + image/png



More information about the grass-commit mailing list