Hi Joseph Joseph schrieb: > Hello, > > I am a student at Oxford doing my Master in Web Technologies. > Currently, I am working on my final dissertation in which I will > graduate. My topic of interest is about SVG, in specific, SVG > Optimisation! > > There are many aspects I should consider before starting such a > project. I have searched the www looking for similar topics but was > not really successful. However, I found two attempts but was not > successful attempts. Is there anybody who knows where I can find any > similar topics?
you should check out the svg tidy project, for all types of optimization. http://esw.w3.org/topic/SvgTidy in this paper there is also a chapter about rendering optimization: Performance issues http://www.svgopen.org/2002/papers/sorotokin__svg_secrets/ > > I will be using this group more often from now on, if of course I find > the help here with my project which I will very much appreciate. welcome to the group! > > The main problem is about how the optimisation should be? Reduce file > sizes or rendering time? I might consider rendering time which in > return will increase file sizes! All of the above I have to consider > but of course I need to know how SVG is rendered! Is there anybody who > can tell me where I can find such information please! there are many opensource implementations of SVG Mozilla: http://www.mozilla.org/projects/svg/ Batik: http://xml.apache.org/batik/ KSVG: http://svg.kde.org/ librSVG: http://librsvg.sourceforge.net/ xsvg: http://www.xsvg.org/ you could look at the source and contact the creators. cheers Holger p.s.: the Open Clip Art Library is a nice place to find tons of real life SVG files, created with various tools, which you could use for testing: http://www.openclipart.org/ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

