[GRASS-SVN] r31750 - grass/branches/develbranch_6/ps/ps.map
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 19 02:22:30 EDT 2008
Author: hamish
Date: 2008-06-19 02:22:30 -0400 (Thu, 19 Jun 2008)
New Revision: 31750
Modified:
grass/branches/develbranch_6/ps/ps.map/do_labels.c
Log:
reset rotation after each label
Modified: grass/branches/develbranch_6/ps/ps.map/do_labels.c
===================================================================
--- grass/branches/develbranch_6/ps/ps.map/do_labels.c 2008-06-19 06:18:30 UTC (rev 31749)
+++ grass/branches/develbranch_6/ps/ps.map/do_labels.c 2008-06-19 06:22:30 UTC (rev 31750)
@@ -237,6 +237,7 @@
hwidth = 0.;
width = 1.;
fontsize = 0;
+ rotate = 0.;
continue;
}
More information about the grass-commit
mailing list