From: Vadim Zeitlin on
On Fri, 30 Nov 2007 15:11:11 +0100 Klaas Holwerda <db348(a)nl.thalesgroup.com> wrote:

KH> Although wxArt2D can render to a bitmap/image, it still needs a
KH> document first.

As long as it's possible to do something like

wxSVGDocument svg(filename);
svg.Draw(dc, wxRect(...));

it would be ok.

KH> Direct rendering of Simple SVG without hierarchy would be feasible, but
KH> usage would be limited.

I don't know what simple SVG is to be honest but if it can be used as
metafile replacement it would still be used IMO.

Regards,
VZ

--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org