[GRASS-SVN] r37765 - in grass/branches/develbranch_6/ps/ps.map: . decorations

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 6 21:24:28 EDT 2009


Author: hamish
Date: 2009-06-06 21:24:27 -0400 (Sat, 06 Jun 2009)
New Revision: 37765

Added:
   grass/branches/develbranch_6/ps/ps.map/decorations/
   grass/branches/develbranch_6/ps/ps.map/decorations/compass_exterior.eps
   grass/branches/develbranch_6/ps/ps.map/decorations/compass_interior.eps
Modified:
   grass/branches/develbranch_6/ps/ps.map/Makefile
   grass/branches/develbranch_6/ps/ps.map/description.html
Log:
compass decorations from Jorge Tizado

Modified: grass/branches/develbranch_6/ps/ps.map/Makefile
===================================================================
--- grass/branches/develbranch_6/ps/ps.map/Makefile	2009-06-06 16:54:52 UTC (rev 37764)
+++ grass/branches/develbranch_6/ps/ps.map/Makefile	2009-06-07 01:24:27 UTC (rev 37765)
@@ -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/

Added: grass/branches/develbranch_6/ps/ps.map/decorations/compass_exterior.eps
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/ps/ps.map/decorations/compass_exterior.eps
___________________________________________________________________
Name: svn:mime-type
   + application/postscript

Added: grass/branches/develbranch_6/ps/ps.map/decorations/compass_interior.eps
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/ps/ps.map/decorations/compass_interior.eps
___________________________________________________________________
Name: svn:mime-type
   + application/postscript

Modified: grass/branches/develbranch_6/ps/ps.map/description.html
===================================================================
--- grass/branches/develbranch_6/ps/ps.map/description.html	2009-06-06 16:54:52 UTC (rev 37764)
+++ grass/branches/develbranch_6/ps/ps.map/description.html	2009-06-07 01:24:27 UTC (rev 37765)
@@ -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