[Webkit-unassigned] [Bug 18985] [QT][CAIRO] x- and y-attributes of <use>-element not used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 12:43:35 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18985





------- Comment #5 from vbs85 at gmx.de  2008-05-18 12:43 PDT -------
A solution could be

setlocale(LC_NUMERIC, "C");

add the line before a vsnprintf() operation or system wide (don't know it this
is possible) and it should work. (perhaps with #include <local.h>)
I tested it in SVGUseElement.cpp with success.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list