On Saturday 23 Apr 2005 08:37, Lee Braiden wrote:
On Saturday 23 Apr 2005 00:35, bulia byak wrote:
On 4/22/05, Lee Braiden <lee.b@...786...> wrote: You don't actually "set units" for objects. You just choose which unit to use in the UI. Internally, everything is stored in px (numbers without units), and all command line options are in px too.
Exactly what is in different units and resists change?
Actually, something is still confusing me here. Three of my test files have worked fine when switching everything to px. However, the last one seems to be stuck in pt somehow....
I have a rectangle stretching across the width of the canvas. In the toolbar, it says this rect is 769px by 240px. But in the saved SVG, the width says 615 by 183. I would have expected this to be the same, if it's also in px. Maybe I'm misunderstanding something?
This size seems to correspond with the pt width of the document (which is 614pt by 384pt) ) rather than px. On the other hand, if I change the rectangle units to pt in the toolbar, it says 615pt by 192pt, so the heights seem to be in disagreement, and from earlier attempts, the height difference seems to increase as the document size increases. Maybe I'm seeing something entirely unrelated to pt, which just happens to correspond horizontally to the document width?
Again, maybe I'm missing something that should be obvious. Apologies if so.