[GRASS-SVN] r56771 - grass/branches/develbranch_6/lib/symbol/symbol/extra

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 18 01:11:22 PDT 2013


Author: hamish
Date: 2013-06-18 01:11:22 -0700 (Tue, 18 Jun 2013)
New Revision: 56771

Modified:
   grass/branches/develbranch_6/lib/symbol/symbol/extra/n_arrow8
Log:
cleanup to avoid sliver visible after conversion to pdf

Modified: grass/branches/develbranch_6/lib/symbol/symbol/extra/n_arrow8
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/extra/n_arrow8	2013-06-18 07:01:45 UTC (rev 56770)
+++ grass/branches/develbranch_6/lib/symbol/symbol/extra/n_arrow8	2013-06-18 08:11:22 UTC (rev 56771)
@@ -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