Revision: 6144
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6144&view=rev
Author:   mdboom
Date:     2008-10-02 15:00:54 +0000 (Thu, 02 Oct 2008)

Log Message:
-----------
Fix Blackboard Italics with STIX fonts.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/_mathtext_data.py

Modified: trunk/matplotlib/lib/matplotlib/_mathtext_data.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/_mathtext_data.py   2008-10-02 14:28:45 UTC 
(rev 6143)
+++ trunk/matplotlib/lib/matplotlib/_mathtext_data.py   2008-10-02 15:00:54 UTC 
(rev 6144)
@@ -2347,7 +2347,7 @@
         'it':
             [
             (0x0030, 0x0039, 'rm', 0x1d7d8), # 0-9
-            (0x0041, 0x0041, 'it', 0xe154),  # A-B
+            (0x0041, 0x0042, 'it', 0xe154),  # A-B
             (0x0043, 0x0043, 'it', 0x2102),  # C (missing in beta STIX fonts)
             (0x0044, 0x0044, 'it', 0x2145),  # D
             (0x0045, 0x0047, 'it', 0xe156),  # E-G


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to