[cairo] Antialiasing and round, bevelled widgets (was: Cairo developers conference call...)

Carl Worth cworth at cworth.org
Mon Oct 18 15:50:28 PDT 2004


On Mon, 18 Oct 2004 18:38:10 -0400, "Peter Dennis Bartok" wrote:
> Heck, I'd settle for just setting a single pixel, I can write the rest myself on 
> top of that.

That much is easy. Something like the following with the default CTM,
(and a display of ~100DPI):

     cairo_rectangle (cr, x, y, 1, 1);
     cairo_fill (cr);

More later when I don't have kids jumping on my lap.

-Carl



More information about the cairo mailing list