summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorreed <reed>2011-12-16 18:40:28 +0000
committerreed <reed>2011-12-16 18:40:28 +0000
commite37179b94d952a6a3de113c7226101bd4639c00b (patch)
treed5e906f67e0cc26e0fe1a8f3f89347e9cf766aff /graphics
parent1cd2d7580dbfa715497985109bcbb6b309176f91 (diff)
downloadpkgsrc-e37179b94d952a6a3de113c7226101bd4639c00b.tar.gz
Remove sentence about experimental backends (for example
no glitz here). Rejustify long lines while here.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/DESCR30
1 files changed, 16 insertions, 14 deletions
diff --git a/graphics/cairo/DESCR b/graphics/cairo/DESCR
index 3b5cdef47fa..913ba342f0b 100644
--- a/graphics/cairo/DESCR
+++ b/graphics/cairo/DESCR
@@ -1,17 +1,19 @@
-Cairo is a 2D graphics library with support for multiple output devices.
-Currently supported output targets include the X Window System, Quartz, Win32,
-image buffers, PostScript, PDF, and SVG file output. Experimental backends
-include OpenGL (through glitz), XCB, BeOS, OS/2, and DirectFB.
+Cairo is a 2D graphics library with support for multiple output
+devices. Currently supported output targets include the X Window
+System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file
+output.
-Cairo is designed to produce consistent output on all output media while taking
-advantage of display hardware acceleration when available (eg. through the X
-Render Extension).
+Cairo is designed to produce consistent output on all output media
+while taking advantage of display hardware acceleration when
+available (eg. through the X Render Extension).
-The cairo API provides operations similar to the drawing operators of
-PostScript and PDF. Operations in cairo including stroking and filling cubic
-Bézier splines, transforming and compositing translucent images, and
-antialiased text rendering. All drawing operations can be transformed by any
-affine transformation (scale, rotation, shear, etc.)
+The cairo API provides operations similar to the drawing operators
+of PostScript and PDF. Operations in cairo including stroking and
+filling cubic Bézier splines, transforming and compositing
+translucent images, and antialiased text rendering. All drawing
+operations can be transformed by any affine transformation (scale,
+rotation, shear, etc.)
-Cairo is implemented as a library written in the C programming language, but
-bindings are available for several different programming languages.
+Cairo is implemented as a library written in the C programming
+language, but bindings are available for several different programming
+languages.