[wxPython-users] ANN: wxpsvg, SVG rendering for wxPython

Christopher Barker Chris.Barker at noaa.gov
Mon Jul 2 17:06:53 PDT 2007


Peter Damoc wrote:
> Right now the boobs are rendered using a very ugly reimplementation of a 
> bezier curve using DrawSpline. I'm sure I can do better with SVG
> 
> Alter SVG->Rerender is Drawing functionality in my book.

Sure, but all you really need is to use the GraphicsContext -- You can 
do Bezier Curves with it. see:

wxGraphicsPath::AddQuadCurveToPoint


-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list