Re: SVG on Palm OS

2009-05-31 Thread Dmitry Grinberg
inkscape is an editor here is a library that just does rendering: http://librsvg.sourceforge.net/ Best Regards, Dmitry Grinberg (847) 226 9295 On Sat, May 30, 2009 at 8:04 PM, Ryan Rix phrkonale...@gmail.com wrote: On Sat, May 30, 2009 at 7:48 PM, Luc Le Blanc llebl...@cam.org wrote:

SVG on Palm OS

2009-05-30 Thread Luc Le Blanc
Does there exist a SVG rendering library for Palm OS. Or an interfaceable viewer? Luc Le Blan -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: SVG on Palm OS

2009-05-30 Thread Ryan Rix
On Sat, May 30, 2009 at 5:57 AM, Luc Le Blanc llebl...@cam.org wrote: Does there exist a SVG rendering library for Palm OS. Or an interfaceable viewer? Shouldn't be too hard to implement, imo. -- Thanks and best regards, Ryan Rix TamsPalm - The PalmOS Blog (623)-239-1103 -- Grand Central,

Re: SVG on Palm OS

2009-05-30 Thread Luc Le Blanc
Can you point me to some C code? I don't have time to re-invent the wheel. All I need to implement is: - converting a series of points into a vector path - displaying a path Luc Le Blanc Ryan Rix wrote: On Sat, May 30, 2009 at 5:57 AM, Luc Le Blanc llebl...@cam.org wrote: Does there

Re: SVG on Palm OS

2009-05-30 Thread Ryan Rix
On Sat, May 30, 2009 at 7:48 PM, Luc Le Blanc llebl...@cam.org wrote: Can you point me to some C code? I don't have time to re-invent the wheel. All I need to implement is: - converting a series of points into a vector path - displaying a path full W3C SVG editor: