Darren Dale wrote:
> On Monday 30 July 2007 03:33:11 pm you wrote:
>
>> Darren Dale wrote:
>>
>>> I ran backend_driver with the traited config enabled, and the only errors
>>> I got were related to broken mathtext support in backend_svg, and I think
>>> those are unrelated to my changes.
>>>
>> I think I broke that for a few hours this morning, but it's working for
>> me now. Next time you update, please let me know if it still isn't
>> working for you.
>>
>
> It's still broken here:
>
> File "/usr/lib64/python2.5/site-packages/matplotlib-0.90.1_r3636-py2.5-linux-x86_64.egg/matplotlib/backends/backend_svg.py",
> line 378, in _draw_mathtext
> (fontsize, fontname))
> NameError: global name 'fontname' is not defined
>
Should be fixed now. The bug was only exercised when
svg.embed_char_paths was turned off.
Cheers,
Mike