Hi all, Do you know of any way to draw an arc (elliptical or circular) on a gnome canvas from python? I've googled around and searched the archives to no avail. The only solutions I have come up with are drawing the arc in a pixmap and drawing that to the canvas (no antialiasing), or trying to fit a Bpath to the shape of an arc (too CPU-intensive to be doing this in python for so many arcs). I just thought it was weird that the lower level gtk drawing area has the arc functionality, but the gnome canvas does not. Am I missing something?
Any insight would be greatly appreciated! Thanks, Eric _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
