On Thu, 29 Sep 2011 18:18:48 -0400
Christopher Night <
cosmologicon@xxxxxxxxx> wrote:
> If I have a 100x100 pixel window, and I want to put a dot at a
> position (x,x), it seems to me like the dot should appear in the
> window if 0 <= x < 100. You're saying it should appear in the window
> if -0.5 <= x < 99.5. So if I request to put a point at (-0.4, -0.4),
> it will appear in the window, but if I put one at (99.6, 99.6), it
> won't. I disagree that this is the correct behavior. Intuitively, the
> point (99.6, 99.6) should be within a 100x100 canvas.
I have a different take on this: if you have float rectangles, you are