[GRASS-SVN] r70799 - grass/trunk/lib/symbol/symbol/basic
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 25 08:45:29 PDT 2017
Author: wenzeslaus
Date: 2017-03-25 08:45:29 -0700 (Sat, 25 Mar 2017)
New Revision: 70799
Modified:
grass/trunk/lib/symbol/symbol/basic/box
Log:
start box (square) symbol in the middle of straight line
The original symbol has bad top left corner when line width is big
because the line ends in the middle of the other line width.
This makes the connection between start and end lines in the
part where the shape is straight so there is nothing special happening
when one line ends and the other begins.
Modified: grass/trunk/lib/symbol/symbol/basic/box
===================================================================
--- grass/trunk/lib/symbol/symbol/basic/box 2017-03-25 08:15:47 UTC (rev 70798)
+++ grass/trunk/lib/symbol/symbol/basic/box 2017-03-25 15:45:29 UTC (rev 70799)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -1 0
-1 1
1 1
1 -1
More information about the grass-commit
mailing list