summaryrefslogtreecommitdiffstats
path: root/src/display/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/README')
-rw-r--r--src/display/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/display/README b/src/display/README
new file mode 100644
index 0000000..0a74759
--- /dev/null
+++ b/src/display/README
@@ -0,0 +1,17 @@
+
+
+This directory contains code for rendering graphics to the
+canvas. This includes rendering of SVG elements (DrawingItem and
+derived classes) as well as rendering of control items -
+nodes/handles/lines (CanvasItem and derived classes).
+
+Currently we rely on the "Cairo" graphics library for rendering.
+
+To do:
+
+* Split into three directories: drawing, canvas, common.
+* Remove SPCurve.
+
+
+
+