From kde-core-devel Wed Aug 06 22:39:02 2008 From: James Richard Tyrer Date: Wed, 06 Aug 2008 22:39:02 +0000 To: kde-core-devel Subject: Re: Qt SVG renderer Message-Id: <489A2806.6030602 () acm ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121809786925298 > somebody else wrote: > >> I would prefer to educate artists on which features are not >> supported instead of having to rewrite SVG rendering code for all >> games. > > I fully agree with this. > The problem is that this has been a moving target. Simple gradients used to cause problems in KDE3 icons. I might mention for what it is worth that there exists code which supports much more of SVG than Qt does (Apache Batik), there is one small problem: it is written in Java rather than C++. If GCJ worked and would compile Batik, this wouldn't be a large problem. -- JRT