Re: Problem with large coordinates?
praveen <[email protected]> Tue, 16 Feb 2010 18:38:36 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <283c5e5f-6da3-4aae-b682-861a43397a22@t34g2000prm.googlegroups.com> |
Thanks for the quick response, Helder.
>> I'd bet on the coordinate above 32768 [1] ("-43179,3916") being the causer.
I thought so too and changed the coordinates to:
M -32600,3916 512,274 -32256,11715
This did not work either.
But when I change it to the following coordinates, it works:
M -32256,3916 512,274 -32256,11715
So, the limit doesn't seem to be +/- 32678. Is it +/- 32256?
-Praveen