Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 14th, 2005, 10:05 PM
Dennis Benzinger
Guest
 
Posts: n/a
Default SVG rendering with Python

Hi!

Does anybody know of a SVG rendering library for Python?

Bye,
Dennis
  #2  
Old December 14th, 2005, 10:25 PM
richard
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

Dennis Benzinger wrote:[color=blue]
> Does anybody know of a SVG rendering library for Python?[/color]

Google "python svg"


Richard

  #3  
Old December 15th, 2005, 02:15 PM
Andreas Lobinger
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

Aloha,

richard wrote:[color=blue]
> Dennis Benzinger wrote:[color=green]
>>Does anybody know of a SVG rendering library for Python?[/color]
> Google "python svg"[/color]

.... to find what?

Whishing a happy day
LOBI
  #4  
Old December 15th, 2005, 04:55 PM
Damjan
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

Do you want to create a SVG file or display a SVG file?

SVG files are just XML so maybe you can create them easyly?

  #5  
Old December 15th, 2005, 07:35 PM
Chris Lambacher
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

You might be able to use AGG (anti grain geometry) to do svg to raster image
conversion. I think there are python bindings for AGG. I know matplotlib
uses AGG, but not for SVG rendering.

-Chris
On Wed, Dec 14, 2005 at 10:59:17PM +0100, Dennis Benzinger wrote:[color=blue]
> Hi!
>
> Does anybody know of a SVG rendering library for Python?
>
> Bye,
> Dennis
> --
> http://mail.python.org/mailman/listinfo/python-list[/color]
  #6  
Old December 16th, 2005, 03:17 AM
richard
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

Andreas Lobinger wrote:[color=blue]
> richard wrote:[color=green]
>> Dennis Benzinger wrote:[color=darkred]
>>>Does anybody know of a SVG rendering library for Python?[/color]
>> Google "python svg"[/color]
>
> ... to find what?[/color]

The answer to the OP's question.


Richard

  #7  
Old December 16th, 2005, 11:45 AM
jdh2358@gmail.com
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

Matplotlib also has an SVG renderer. Just save the file with an SVG
extension or choose "SVG" as your default backend in the rc file
http://matplotlib.sf.net/matplotlibrc.

  #8  
Old December 16th, 2005, 05:25 PM
Chris Lambacher
Guest
 
Posts: n/a
Default Re: SVG rendering with Python

On Fri, Dec 16, 2005 at 01:58:40PM +1100, richard wrote:[color=blue]
> Andreas Lobinger wrote:[color=green]
> > richard wrote:[color=darkred]
> >> Dennis Benzinger wrote:
> >>>Does anybody know of a SVG rendering library for Python?
> >> Google "python svg"[/color]
> >
> > ... to find what?[/color]
>
> The answer to the OP's question.[/color]

The OP's question is ambiguous. Does he want to render something to SVG? or
does he want to render an existing SVG file to a raster format. I would guess
the latter, apparently you think he means the former. Luckily for the OP we
both posted an answer for what we thought he was asking so he will have an
answer either way :)
[color=blue]
>
>
> Richard
>
> --
> http://mail.python.org/mailman/listinfo/python-list[/color]
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles