summaryrefslogtreecommitdiffstats
path: root/src/display/README
blob: 0a747595086b7ff8cf3f1f33e7d0769e571dd7bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.