[cairo] more svg to cairo stuff

Gian Mario Tagliaretti gianmt at gnome.org
Wed Nov 7 14:15:18 PST 2007


2007/11/7, Donn <donn.ingle at gmail.com>:

Hi Donn,

> The path does not close properly. It's smooth in inkscape, but in this test
> it's kind of dangling and open. Any clues?

have you thought about using a canvas to do your drawing?

It can save plenty of time while doing this stuff, goocanvas is based
on cairo so basically you can do a lot without going to basic
operation that the canvas will do for you.

We have also python bindings (since you use python), the path code look like:
https://svn.berlios.de/viewcvs/pygoocanvas/trunk/demo/simple_demo/paths_demo.py?view=markup

cheers
-- 
Gian Mario Tagliaretti


More information about the cairo mailing list