On Thu, Feb 07, 2002 at 01:21:26PM -0800, Scott G. Miller wrote: > On Thu, Feb 07, 2002 at 09:48:42PM +0100, Oskar Sandberg wrote: > > On Thu, Feb 07, 2002 at 08:25:57PM +0000, Timm Murray wrote: > > > Would it really need to be done using AWT? What about creating a PNG > > > image on the fly and presenting it on the statistics web page? > > > > I wouldn't mind writing a plotter for a vector graphics library, but I > > would not spend the effort (and bloat) it would take to implement a > > pixel renderer myself. The only vector graphics available AFAIK is > > java.awt.Graphics (well, there is SVG, but talk about bloat...) > Well, *emitting* SVG wouldn't be bloat. It would push the bloat to the > browser side.
Generating it would, the only free java SVG library I know of is one by jakarta, and it is huge itself, and needs the entire jakarta XML library. It is also all java2. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
