diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-14 09:16:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-14 09:16:36 +0000 |
commit | 23591f535f094af89f859a3156e539aa78bd9c99 (patch) | |
tree | cadb20e5bd675c7f2b8faf355c225bd912fdf5cb /x11/Xrender/DESCR | |
parent | 779ee25d7923e714374103d198b5a63e705c8db1 (diff) | |
download | pkgsrc-23591f535f094af89f859a3156e539aa78bd9c99.tar.gz |
Initial import of Xrender-0.7 as x11/Xrender:
The X Rendering Extension introduces digital image composition as the
foundation of a rendering model within the X Window System. Rendering
geometric figures is accomplished by client-side tesselation into either
triangles or trapezoids. Text is drawn by loading glyphs into the server
and rendering sets of them.
This package contains the client library for connecting to a Xserver that
supports the Xrender extension.
Diffstat (limited to 'x11/Xrender/DESCR')
-rw-r--r-- | x11/Xrender/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/Xrender/DESCR b/x11/Xrender/DESCR new file mode 100644 index 00000000000..943e1366a76 --- /dev/null +++ b/x11/Xrender/DESCR @@ -0,0 +1,8 @@ +The X Rendering Extension introduces digital image composition as the +foundation of a rendering model within the X Window System. Rendering +geometric figures is accomplished by client-side tesselation into either +triangles or trapezoids. Text is drawn by loading glyphs into the server +and rendering sets of them. + +This package contains the client library for connecting to a Xserver that +supports the Xrender extension. |