[GRASS-SVN] r56779 - grass/trunk/lib/symbol/symbol/n_arrows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 18 03:10:06 PDT 2013


Author: hamish
Date: 2013-06-18 03:10:01 -0700 (Tue, 18 Jun 2013)
New Revision: 56779

Modified:
   grass/trunk/lib/symbol/symbol/n_arrows/n_arrow8
Log:
cleanup to avoid sliver visible after conversion to pdf (merge from devbr6)

Modified: grass/trunk/lib/symbol/symbol/n_arrows/n_arrow8
===================================================================
--- grass/trunk/lib/symbol/symbol/n_arrows/n_arrow8	2013-06-18 09:57:12 UTC (rev 56778)
+++ grass/trunk/lib/symbol/symbol/n_arrows/n_arrow8	2013-06-18 10:10:01 UTC (rev 56779)
@@ -51,3 +51,29 @@
     END
   END
 END
+
+# cleanup to avoid sliver visible after conversion to pdf
+POLYGON
+  COLOR NONE
+  RING
+    LINE
+      -1 -4.3875
+      -2.6143 -3.2
+      -4.2286 -1.5391
+      -2.6143 -2.7
+      -1 -4.3875
+    END
+  END
+END
+POLYGON
+  COLOR NONE
+  RING
+    LINE
+      1 -4.3875
+      2.6143 -3.2
+      4.2286 -1.5391
+      2.6143 -2.7
+      1 -4.3875
+    END
+  END
+END



More information about the grass-commit mailing list