Tim Ansell wrote: > > Is the DC stuff already using this stuff on Mac OS X? The lines looks > "cleaner" but there seem some "movement" of the pixel aligned points.
Yes. The wxDC on wxMac is implemented using the graphics context since that is the native way to do things on that platform, and it is essentially the same as using wx.GCDC on the other platforms. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
