On Wednesday 05 March 2003 10:32 am, "Gustavo J. A. M. " Carneiro wrote: > On Ter, 2003-03-04 at 15:16, [EMAIL PROTECTED] wrote: > > Does anyone know how to draw an spline-curve? > > Or any other fancy type of curve that the user can drag and tweak? > > Is using art (libart) an option? > > libart in python? no, sorry. > Maybe you should try gnomeprint. If you want interactivity, you should > use gnome.canvas. They are both in the gnome-python package.
The DiaCanvas [1] project might be what you need. It uses libart and has python wrappers. [1] http://diacanvas.sourceforge.net/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
