diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-09 04:21:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-09 04:21:33 +0000 |
commit | adbd484241bec7f9ec5d3b2ee93b069453a176b1 (patch) | |
tree | ef01b307f77b6b9b26ba61b893bfd5773c291d19 /graphics | |
parent | d17299719d30a5fdb864f3b66450e721219d494d (diff) |
Add more info to pkg-descr
Notes
Notes:
svn path=/head/; revision=130673
Diffstat (limited to 'graphics')
-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 6595006a3699..4fd137a19bdd 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 |