Christopher Barker <[EMAIL PROTECTED]> writes: > > Jamie Bullock wrote: > > I am working on a subclass of floatcanvas Circle that supports alpha > > transparency and anti-aliasing using a GC instead of a DC for the > > _Draw() method. See: > > > > http://www.postlude.co.uk/incoming/AlphaCircleTest.py > > Thanks for the note -- when you are happy with it, could you put that up > on the Wiki?
OK, that's done now. See http://morticia.cs.dal.ca/FloatCanvas/wiki/AlphaCircle Feel free to amend as appropriate. You'll notice I created a new Mixin to override SetBrush() rather than just do it in the AlphaCircle class. I wonder if this (creating a some more Mixins) might be a good starting point for integrating GC drawing into FloatCanvas.py? Jamie _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
