[GRASS-SVN] r37767 - grass/branches/releasebranch_6_4/ps/ps.map

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 6 21:37:43 EDT 2009


Author: hamish
Date: 2009-06-06 21:37:42 -0400 (Sat, 06 Jun 2009)
New Revision: 37767

Modified:
   grass/branches/releasebranch_6_4/ps/ps.map/Makefile
   grass/branches/releasebranch_6_4/ps/ps.map/description.html
Log:
compass decorations from Jorge Tizado (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/ps/ps.map/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/ps/ps.map/Makefile	2009-06-07 01:34:06 UTC (rev 37766)
+++ grass/branches/releasebranch_6_4/ps/ps.map/Makefile	2009-06-07 01:37:42 UTC (rev 37767)
@@ -22,4 +22,5 @@
 patt:
 	$(MKDIR) $(ETC)/paint/patterns/
 	$(INSTALL_DATA) patterns/*.eps $(ETC)/paint/patterns/
-
+	$(MKDIR) $(ETC)/paint/decorations/
+	$(INSTALL_DATA) decorations/*.eps $(ETC)/paint/decorations/

Modified: grass/branches/releasebranch_6_4/ps/ps.map/description.html
===================================================================
--- grass/branches/releasebranch_6_4/ps/ps.map/description.html	2009-06-07 01:34:06 UTC (rev 37766)
+++ grass/branches/releasebranch_6_4/ps/ps.map/description.html	2009-06-07 01:37:42 UTC (rev 37767)
@@ -55,7 +55,7 @@
 barscale, or legend above or below the map box).
 
 <P>
-One "pixel" is 1/72 of an inch.
+One point ("pixel") is 1/72 of an inch.
 
 <P>
 For users wanting to use special characters (such as accented characters) it
@@ -159,7 +159,7 @@
 <DT><B>fontsize</B> <EM>font size</EM> 
 
 <DD>The size of the PostScript font (in 1/72nds of an inch).
-The default is 10.
+The default is 10 point.
 </DD>
 
 



More information about the grass-commit mailing list