[cairo] RFC: duplicating,
storing and serializing drawing operations
Rafael Villar Burke
pachi at rvburke.com
Mon Dec 25 16:39:25 PST 2006
Nicolas George wrote:
> That is why I am looking for a library that would allow me to just write:
> ...
> init_graphics();
> moveto(x_init, y_init);
> ...
> lineto(x, y);
> ...
>
> and not worry about anything else concerning graphics output. Or, as I was
> unable to find such a thing, I would like to write one.
Isn't your proposal related to what a canvas is or even to a canvas
based widget system?
You have some more information about this on
http://log.ometer.com/2005-02.html or the goocanvas project.
Regards,
Rafael Villar Burke
www.rvburke.com
More information about the cairo
mailing list