From e21694a67a73ef9bbcc286b580f3bd574303d619 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 3 Apr 2018 11:30:22 +0200 Subject: Add new directory for 'manipulations' with README. --- src/manipulation/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/manipulation/README (limited to 'src/manipulation') diff --git a/src/manipulation/README b/src/manipulation/README new file mode 100644 index 000000000..461fc452e --- /dev/null +++ b/src/manipulation/README @@ -0,0 +1,16 @@ + +This directory contains code that allows manipulation of the SVG +tree. The manipulations can be to: + +* Elements: creating, deleting, reordering, selection. +* Attributes: adding, removing, changing the value. +* Properties: adding, removing, changing the value. + +This code in this directory should be kept GUI independent. + +To do: + +* Move relevant code here. +* Remove GUI dependency if necessary. + + -- cgit v1.2.3