On Mon, 2004-02-23 at 20:10, bulia byak wrote:
I see. The reason for the difference is that the "Rect attributes" dialog shows you the raw SVG coordinates, while the top panel shows user corrdinates. The difference between them is typically a 0.8 multiplier (ask Mental about the origin of that multiplier, I'm not entirely sure) and the Y axis being turned upside down (for user, 0,0 is the lower left corner, but in SVG it's the top left corner). There were discussions about converging these two coordinate systems, but I'm not sure about the current status of that.
We're working on it. I consider the flipped coordinates a bug.
It was a decision made early in Sodipodi's development that is difficult to fix because the code that does it is spread throughout the codebase.
Nathan's been working dilligently on consolidating the coordinate inversion code in one place so we can cleanly fix it all in one shot.
-mental