On Thursday 14 June 2001 10:44 am, Nikolas Zimmermann wrote: > Hi guys, > > i'm seeing a problem with a proposed solution... > Problem: I've written a 90% complete svg parser for Kivio > which allows the import of dia stencils, and Rob Buis has done > the same for KIllustrator.. > > We both think about sharing our code as a little library, > first we thought of doing sth. like koffice/share/libsvg but then > we came upon another idea, that's why i'm cc'ing kfm-devel, > how about integrating svg in khtml? > > I think of kdelibs/libsvg plus integration into khtml > , using it from kivio and from killu import filter > > What do you think? I agree with Niko. I think with batik (xml.apache.org/batik) we have an example of how to make an SVG framework. I also believe that initially only a partial set of the SVG functionality is sufficient, adding things like animation later. The SVG dom specifications are also pretty clear and should be followed IMHO. Finally I think SVG belongs in the xml/html corner, meaning kdelibs. Greetings, Rob.