Re: RFC: use svg for widgets instead of png/gif

Tupshin Harper <[email protected]> Sat, 27 Dec 2003 21:24:33 -0800
Newsgroups gmane.comp.java.xwt.widgets
Message-ID <[email protected]>
Adam Megacz wrote:

 > Okay, I see your point.  This is cool.  But the SVG in nitrogen
 > will probably not be ready, and definately be much slower than
 > rasterized support.
 >
 > Full, fast SVG will appear in some post-release version of Nitrogen
 >  (but before Oxygen).  If I find some part of the SVG stuff that I
 > can break off for you, I'll send it your way.
 >
 > - a

Very cool...thanks. Performance wise, I do think that runtime bitmap
caching of rendered svg could address the issue fairly completely once
other things worked, since normally, widgets won't be resized or
transformed. Even slow SVG would be interestig to start experimenting
with this. Can you give a couple sentence summary of where SVG is at?
The "futured" bug that says that svg is incomplete doesn't provide
much info. ;-)

-Tupshin