Revision: 4594
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4594&view=rev
Author:   mdboom
Date:     2007-12-04 12:28:24 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
Fix bbox_artist

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/patches.py

Modified: branches/transforms/lib/matplotlib/patches.py
===================================================================
--- branches/transforms/lib/matplotlib/patches.py       2007-12-04 20:08:28 UTC 
(rev 4593)
+++ branches/transforms/lib/matplotlib/patches.py       2007-12-04 20:28:24 UTC 
(rev 4594)
@@ -933,6 +933,7 @@
                   height=h,
                   fill=fill,
                   )
+    r.set_transform(transforms.IdentityTransform())
     r.set_clip_on( False )
     r.update(props)
     r.draw(renderer)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to