[GRASS-SVN] r71087 - in grass/branches/releasebranch_7_2/lib/symbol/symbol: basic extra legend
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 13 10:39:56 PDT 2017
Author: annakrat
Date: 2017-05-13 10:39:55 -0700 (Sat, 13 May 2017)
New Revision: 71087
Modified:
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow1
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow2
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow3
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/box
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross2
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross3
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/diamond
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/marker
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/octagon
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/star
grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/triangle
grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/4pt_star
grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/bridge
grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/half-box
grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/pentagon
grass/branches/releasebranch_7_2/lib/symbol/symbol/legend/area
Log:
symbols: remove rendering artifact in corners (merge from trunk, r70799, r70898)
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow1
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow1 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow1 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,13 +3,13 @@
POLYGON
RING
LINE
+ 0 -1
+ -0.25 -1
+ -0.25 0
+ -0.75 -0.25
0 1
0.75 -0.25
0.25 0
0.25 -1
- -0.25 -1
- -0.25 0
- -0.75 -0.25
- 0 1
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow2
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow2 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow2 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,14 +3,14 @@
POLYGON
RING
LINE
+ 0 -1
+ -0.2 -1
+ -0.2 0
+ -0.55 0
0 1
0.55 0
0.2 0
0.2 -1
- -0.2 -1
- -0.2 0
- -0.55 0
- 0 1
END
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow3
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow3 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/arrow3 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,13 +3,13 @@
POLYGON
RING
LINE
+ 0 -1
+ -0.4 -1
+ -0.4 0
+ -1 0
0 1
1 0
0.4 0
0.4 -1
- -0.4 -1
- -0.4 0
- -1 0
- 0 1
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/box
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/box 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/box 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -1 0
-1 1
1 1
1 -1
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross2
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross2 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross2 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -0.3 1
-0.3 1.3
0.3 1.3
0.3 0.3
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross3
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross3 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/cross3 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -0.5 1
-0.5 1.5
0.5 1.5
0.5 0.5
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/diamond
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/diamond 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/diamond 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -0.5 0.5
0 1
1 0
0 -1
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/marker
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/marker 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/marker 2017-05-13 17:39:55 UTC (rev 71087)
@@ -11,6 +11,7 @@
POLYGON
RING
LINE
+ 0.05 0
0 0
0 2
0.1 2
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/octagon
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/octagon 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/octagon 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ 0 1
0.5 1
1 0.5
1 -0.5
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/star
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/star 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/star 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,8 @@
POLYGON
RING
LINE
+ -5 3.090
+ -2.245 3.090
0 10
2.245 3.090
9.510 3.090
@@ -12,7 +14,6 @@
-5.878 -8.090
-3.632 -1.180
-9.510 3.090
- -2.245 3.090
END
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/triangle
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/triangle 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/basic/triangle 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,9 +3,10 @@
POLYGON
RING
LINE
- 0 1.25
- -1.0825 -0.625
- 1.0825 -0.625
+ 0 -0.625
+ 1.0825 -0.625
+ 0 1.25
+ -1.0825 -0.625
END
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/4pt_star
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/4pt_star 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/4pt_star 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -0.5 0.5
0.0 2.0
0.5 0.5
2.0 0.0
@@ -10,7 +11,6 @@
0.0 -2.0
-0.5 -0.5
-2.0 0.0
- -0.5 0.5
END
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/bridge
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/bridge 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/bridge 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,7 +3,7 @@
POLYGON
RING
LINE
- -5 -2
+ -5 0
-5 2
5 2
5 -2
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/half-box
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/half-box 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/half-box 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ 0 0
1 1
1 -1
-1 -1
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/pentagon
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/pentagon 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/extra/pentagon 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,11 +3,12 @@
POLYGON
RING
LINE
+ 0 -8.090
+ -5.878 -8.090
+ -9.510 3.090
0 10
9.510 3.090
5.878 -8.090
- -5.878 -8.090
- -9.510 3.090
END
END
END
Modified: grass/branches/releasebranch_7_2/lib/symbol/symbol/legend/area
===================================================================
--- grass/branches/releasebranch_7_2/lib/symbol/symbol/legend/area 2017-05-13 17:31:32 UTC (rev 71086)
+++ grass/branches/releasebranch_7_2/lib/symbol/symbol/legend/area 2017-05-13 17:39:55 UTC (rev 71087)
@@ -3,6 +3,7 @@
POLYGON
RING
LINE
+ -1 0
-1 -0.75
1 -0.75
1 0.75
More information about the grass-commit
mailing list