Revision: 5677 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5677&view=rev Author: mdboom Date: 2008年06月26日 05:36:15 -0700 (2008年6月26日) Log Message: ----------- Oops in last commit Modified Paths: -------------- branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py Modified: branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py =================================================================== --- branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py 2008年06月26日 12:32:32 UTC (rev 5676) +++ branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py 2008年06月26日 12:36:15 UTC (rev 5677) @@ -254,7 +254,7 @@ hatchr cvi hatchgap idiv hatchgap mul {hatcht moveto 0 hatchb hatcht sub rlineto} for - strokeCHAN + stroke grestore """ % (angle, 12/density) self._pswriter.write("gsave\n") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.