From: brett l. <wak...@gm...> - 2007-01-16 23:10:40
|
> GIF/SVG: > Maybe I haven not read your discussion about revenue calculating and trail > showing yet complete, but I could not think about showing the track, witch > was used for best revenue with GIF-plates. I did not know by now what SVG > means, but I hope it has something to do with vector-graphics. > Yes, Scalable Vector Graphics (SVG) is the W3C's vector graphics format. It's a graphics format based on XML. Their site is at http://www.w3.org/Graphics/SVG/ We're currently using the Batik toolkit ( http://xmlgraphics.apache.org/batik/ ) for rendering SVG. The current SVG rendering code is very simplistic and is a bit of a kludge. I know there are much better ways of using Batik, but just haven't had the time to implement them. ---Brett |