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