[cairo] Observations from a newb

Dominic Lachowicz domlachowicz at gmail.com
Thu Nov 8 04:26:49 PST 2007


> 1. ctx.draw_svg(<svg object>)
> - librsvg is very good,has a liberal license and draws using cairo so
> there is no need to duplicate.
> - My wishlist however is to have librsvg output to cairo commands or
> capture the commands somehow, so i can compile in svg art without the
> librsvg dependency.

You could always use the libcairo-wrap tool that's floating around to
serialize librsvg's drawing commands to C code. Googling for it
returns a few git repositories that should get you started.

Cheers,
Dom


More information about the cairo mailing list