README: Update backend list.

PDF, PS, and SVG are no longer experimental. And DirectFB and BeOS now exist as well.
This commit is contained in:
Carl Worth 2006-08-08 16:32:26 -07:00
parent 38b42c5025
commit c96e1b6d8f

5
README
View file

@ -5,8 +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. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.
System, win32, and image buffers, as well as PDF, PostScript, and SVG
file output. Experimental backends include OpenGL (through glitz),
Quartz, XCB, BeOS, and DirectFB.
Cairo is designed to produce consistent output on all output media
while taking advantage of display hardware acceleration when available