Comment 1 for bug 168641

Revision history for this message
Tobain-users (tobain-users) wrote :

Originator: NO

I tried a little bit more and found the real reason for that behavior:

Im from germany and we use the "," instead of the "." to separate the
decimal parts. If i write the values with ",", they are parsed correctly.
But i think inkscape should constantly use the "." character, since most
other programms and also inkscape deliver values with the "." character.

What to do: Replace the sscanf() with a call that uses "." for the decimal
part in "all" languages!