diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-09 04:21:33 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-09 04:21:33 +0000 |
commit | a6a63ff5b399fa5b8eff1141b94890072727a0aa (patch) | |
tree | e6a6f8004fb5a8e188ec22f2d8d2bae3f02bc151 /graphics/cairo | |
parent | ad32c3ad4c037a2cc768ac25e21b749cac3b1e8b (diff) | |
download | FreeBSD-ports-a6a63ff5b399fa5b8eff1141b94890072727a0aa.zip FreeBSD-ports-a6a63ff5b399fa5b8eff1141b94890072727a0aa.tar.gz |
Add more info to pkg-descr
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/cairo/pkg-descr b/graphics/cairo/pkg-descr index 6595006..4fd137a 100644 --- a/graphics/cairo/pkg-descr +++ b/graphics/cairo/pkg-descr @@ -5,4 +5,9 @@ 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. + WWW: http://www.cairographics.org |