Index: text.py
===================================================================
--- text.py	(revision 7883)
+++ text.py	(working copy)
@@ -674,7 +674,8 @@
         x, y = self.get_position()
         return (x, y, self.get_text(), self._color,
                 self._verticalalignment, self._horizontalalignment,
-                hash(self._fontproperties), self._rotation,
+                hash(self._fontproperties),
+                self._rotation, self._rotation_mode,
                 self.figure.dpi, id(self._renderer),
                 )
 
