diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-24 05:21:50 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-24 05:21:50 +0000 |
commit | 5ca5ddde0b505403a3a129c2c743c8e5f8fa9b90 (patch) | |
tree | d965677ae6ab21dfacd98e4ab0c2c424a4da872a /README | |
parent | 112094a350c4ed3a936a748f55bcbae7eac4e5c1 (diff) |
Add notes for 1.0 release. Thanks to Owen Taylor.
Note that PS and PDF backends are experimental.
Note the progress that has been completed so that 1.0 is ready now.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ What is cairo ============= Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window -System, OpenGL, and win32 as well as image buffers and PostScript and -PDF files. +System, OpenGL, and win32 as well as image buffers. Experimental +backends include Quartz and XCB as well as PostScript and PDF files. Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available |