docs: Update cairo-related docs

This commit is contained in:
Matthias Clasen 2010-10-12 10:53:44 -04:00
parent d8700a02f1
commit 0a8abdcdf6

View File

@ -32,13 +32,12 @@
* *
* <link href="http://cairographics.org">Cairo</link> is a graphics * <link href="http://cairographics.org">Cairo</link> is a graphics
* library that supports vector graphics and image compositing that * library that supports vector graphics and image compositing that
* can be used with GDK. Since 2.8, GTK+ does most of its drawing * can be used with GDK. GTK+ does all of its drawing using Cairo.
* using Cairo.
* *
* GDK does not wrap the Cairo API, instead it allows to create Cairo * GDK does not wrap the Cairo API, instead it allows to create Cairo
* contexts which can be used to draw on #GdkDrawables. Additional * contexts which can be used to draw on #GdkWindows. Additional
* functions allow to convert GDK's rectangles and regions into * functions allow use #GdkRectangles with cairo and to use #GdkColors,
* Cairo paths and to use pixbufs as sources for drawing operations. * #GdkPixbufs and #GdkWindows as sources for drawing operations.
*/ */