diff options
author | Carl Worth <cworth@cworth.org> | 2008-04-11 16:13:18 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-11 16:13:18 -0700 |
commit | af94b8d2a312500d0f81697021ba2c653accfeee (patch) | |
tree | 0dcad7b7ff7feb9b607294ec29dd18ce188e7c09 /README | |
parent | ff5376563b1042ebea8a438acb309bcd8678cdc5 (diff) |
README: Note that quartz is no longer experimental
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ What is cairo ============= Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window -System, win32, and image buffers, as well as PDF, PostScript, and SVG -file output. Experimental backends include OpenGL (through glitz), -Quartz, XCB, BeOS, OS/2, and DirectFB. +System, quartz, win32, and image buffers, as well as PDF, PostScript, +and SVG file output. Experimental backends include OpenGL (through +glitz), XCB, BeOS, OS/2, and DirectFB. Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available |