summaryrefslogtreecommitdiff
path: root/graphics/libart/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libart/DESCR')
-rw-r--r--graphics/libart/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libart/DESCR b/graphics/libart/DESCR
new file mode 100644
index 00000000000..301a084aeb8
--- /dev/null
+++ b/graphics/libart/DESCR
@@ -0,0 +1,12 @@
+Libart is a library for high-performance 2D graphics. It is currently
+being used as the antialiased rendering engine for the Gnome Canvas.
+It is also the rendering engine for Gill, the Gnome Illustration app.
+
+Libart supports a very powerful imaging model, basically the same as
+SVG and the Java 2D API. It includes all PostScript imaging
+operations, and adds antialiasing and alpha-transparency.
+
+Libart is also highly tuned for incremental rendering. It contains
+data structures and algorithms suited to rapid, precise computation
+of Region of Interest, as well as a two-phase rendering pipeline
+optimized for interactive display.