27 Mar
2004
27 Mar
'04
10:39 p.m.
On Fri, 26 Mar 2004, bulia byak wrote:
I applied your first three patches, thanks.
- When drawing a polygon (the star) numbers in the points element are
locale dependent, strange the star is drawn correctly. 2. The root document with and height are also locale dendent.
Yes, and probably other places, too. What we need to do is just search for "printf" and see if the output of it goes into SVG, and if so, replace them (some printfs print debug messages on screen, you can leave them alone). Now that you know what to do, it should be easy :)
The printfs that print debug messages should probably be replaced with g_message() or g_warning() calls, as appropriate.
Bryce