Re: [matplotlib-devel] SVG export mangled

2011-06-21 Thread Dieter Weber
Hi Mike, your changes in the pull request fixed the problem for me, thanks a lot! Greetings, Dieter Am Dienstag, den 21.06.2011, 09:01 -0400 schrieb Michael Droettboom: > I see what is happening here... The SVG backend was recently > re-written to write some of the path data in C -- unfortunatel

Re: [matplotlib-devel] SVG export mangled

2011-06-21 Thread Michael Droettboom
I see what is happening here... The SVG backend was recently re-written to write some of the path data in C -- unfortunately the numbers being written there are locale-aware, and in your locale it appears to be using ',' as a decimal point. I put up a fix for this here: https://github.com/ma