From: <md...@us...> - 2007-11-28 20:41:23
|
Revision: 4496 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4496&view=rev Author: mdboom Date: 2007-11-28 12:41:15 -0800 (Wed, 28 Nov 2007) Log Message: ----------- Merged revisions 4491-4495 via svnmerge from http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib ........ r4492 | mdboom | 2007-11-28 15:13:47 -0500 (Wed, 28 Nov 2007) | 2 lines Fix bug using stix fonts. ........ Modified Paths: -------------- branches/transforms/lib/matplotlib/mathtext.py Property Changed: ---------------- branches/transforms/ Property changes on: branches/transforms ___________________________________________________________________ Name: svnmerge-integrated - /trunk/matplotlib:1-4490 + /trunk/matplotlib:1-4495 Modified: branches/transforms/lib/matplotlib/mathtext.py =================================================================== --- branches/transforms/lib/matplotlib/mathtext.py 2007-11-28 20:37:04 UTC (rev 4495) +++ branches/transforms/lib/matplotlib/mathtext.py 2007-11-28 20:41:15 UTC (rev 4496) @@ -850,6 +850,7 @@ fontmap = {} use_cmex = False cm_fallback = False + _sans = False def __init__(self, *args, **kwargs): TruetypeFonts.__init__(self, *args, **kwargs) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |