diff options
author | James Rich <james@chowhouse.com> | 2010-05-11 14:56:18 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:18 +0200 |
commit | f50d4055269e554d67f093aab5c0c081b6d6470a (patch) | |
tree | 800e014e1d136900fda57c343dd19d7e80b0b757 /libraries/libgnomecanvas/README | |
parent | 8061f295cafce8cb4d77e1456f5389029ce85f27 (diff) | |
download | slackbuilds-f50d4055269e554d67f093aab5c0c081b6d6470a.tar.gz |
libraries/libgnomecanvas: Initial import
Diffstat (limited to 'libraries/libgnomecanvas/README')
-rw-r--r-- | libraries/libgnomecanvas/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libgnomecanvas/README b/libraries/libgnomecanvas/README new file mode 100644 index 0000000000..ff282c1347 --- /dev/null +++ b/libraries/libgnomecanvas/README @@ -0,0 +1,10 @@ +The GNOME canvas is an engine for structured graphics that +offers a rich imaging model, high performance rendering, and a +powerful, high-level API. It offers a choice of two rendering +back-ends, one based on Xlib for extremely fast display, and +another based on Libart, a sophisticated, antialiased, +alpha-compositing engine. Applications have a choice between +the Xlib imaging model or a superset of the PostScript imaging +model, depending on the level of graphic sophistication +required. + |