summaryrefslogtreecommitdiff
path: root/graphics/cairo/DESCR
diff options
context:
space:
mode:
authorrecht <recht>2004-02-03 12:16:42 +0000
committerrecht <recht>2004-02-03 12:16:42 +0000
commited94787fecc0b65f3a73529ce48631de5919598b (patch)
tree9dc1bafe6a0247dfdead0ffa60925ef56e58fefc /graphics/cairo/DESCR
parent952430a3f798ae13b51363a66fc729103ad0d969 (diff)
downloadpkgsrc-ed94787fecc0b65f3a73529ce48631de5919598b.tar.gz
initial import of cairo-0.1.17
Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). Cairo provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering.
Diffstat (limited to 'graphics/cairo/DESCR')
-rw-r--r--graphics/cairo/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/cairo/DESCR b/graphics/cairo/DESCR
new file mode 100644
index 00000000000..05b7d94278b
--- /dev/null
+++ b/graphics/cairo/DESCR
@@ -0,0 +1,10 @@
+Cairo is a vector graphics library with cross-device output support. Currently
+supported output targets include the X Window System and in-memory image
+buffers. PostScript and PDF file output is planned. Cairo is designed to
+produce identical output on all output media while taking advantage of display
+hardware acceleration when available (eg. through the X Render Extension).
+
+Cairo provides a stateful user-level API with capabilities similar to the PDF
+1.4 imaging model. Cairo provides operations including stroking and filling
+Bezier cubic splines, transforming and compositing translucent images, and
+antialiased text rendering.