Rounded corners

Use AGG+PIL
http://effbot.org/zone/draw-agg.htm

The best way to approach this is to read a little bit about SVG, especialy about the g element, path section, to understand a little bit about how you can create paths after that… what you’re trying to do becomes child play.

Peter

···

On 6/9/06, Eli Golovinsky gooli@tuzig.com wrote:

Does anybody have a better idea? Am I missing something?

This is great, thanks!

Peter Damoc wrote:

···

On 6/9/06, *Eli Golovinsky* <gooli@tuzig.com <mailto:gooli@tuzig.com>> > wrote:

    Does anybody have a better idea? Am I missing something?

Use AGG+PIL
http://effbot.org/zone/draw-agg.htm

The best way to approach this is to read a little bit about SVG, especialy about the g element, path section, to understand a little bit about how you can create paths after that... what you're trying to do becomes child play.

Peter