SVG support

Hi, a quick browser throught the API docs didn’t yielded
any answers to this question: Is there a SVG support/import in wxPython? I
find making art for the GUI in SVG easier than kicking pixels around…

Thanks.

christian

Christian Blouin wrote:

Hi, a quick browser throught the API docs didn’t yielded any answers to this question: Is there a SVG support/import in wxPython?

Not at the moment. I think that the Agg library has some SVG support so perhaps the WXAgg module does too.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

Not at the moment. I think that the Agg library has some SVG support so perhaps the WXAgg module does too.

what is the WXAgg module? If you mean the one in matplotlib, the answer is no. If there is another one, I'd love to know about it.

-Chris

I found this:
http://www.averdevelopment.com/python/wxAGG.html

···

On 7/26/06, Christopher Barker Chris.Barker@noaa.gov wrote:

Robin Dunn wrote:

Not at the moment. I think that the Agg library has some SVG support so
perhaps the WXAgg module does too.

what is the WXAgg module? If you mean the one in matplotlib, the answer

is no. If there is another one, I’d love to know about it.

-Chris

Peter Damoc wrote:

I found this:
Jimmy's Python Pages

which is a proof of concept for a wrapper around the PIL AggDrawer -- useful, but won't help with the OP's issue.

Darn.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov