ANN: wxPython 2.7.2.0

Playing with the new wx.GCDC I noticed that the DrawRectangle behaves
strange. The width and height seams to be off by 1 px (GCDC draws
larger rectangles)

Larger than what? There is certainly ample opportunity for confusion
here, since the normal DC rectangle calls use (left, top, right, bottom)
instead of (x, y, width, height).

this happens in wxpython 2.7.2.0 <http://2.7.2.0> but is this is
visible in 2.7.1 too.

Can you post your code along with what you expect? Remember that a
rectangle at (0,0) of size (10,10) will not actually touch the pixel at
(10,10). It draws from 0 to 9.

ยทยทยท

On Wed, 8 Nov 2006 17:31:16 +0530, "Peter Damoc" <pdamoc@gmail.com> wrote:

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.