From: Vinícius d. S. O. <vin...@gm...> - 2013-08-13 06:06:19
|
Hi 2geom developers, I'm playing with 2geom and I can see which code I can use to read from SVG files. I can use the function Geom::parse_svg_path and pass a Geom::PathBuiler as the second parameter. In the end, I'll be able to extract the Geom::PathVector through the method PathBuilder::peek. Anyway, what I need is to do the other way back (generate a SVG file from some Geom::PathVector). The only code I found related to this functionality lies in the toys (not part of the lib) and uses a complicated scheme involving cairo and a lot of virtual func calls. Is there another way? If there is not, I want to implement it and I want to implement it fast. Would be possible to release another lib2geom version fast if code goes okay? -- Vinícius dos Santos Oliveira https://about.me/vinipsmaker |