summaryrefslogtreecommitdiffstats
path: root/src/manipulation/README
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-04-03 09:30:22 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-04-03 09:30:22 +0000
commite21694a67a73ef9bbcc286b580f3bd574303d619 (patch)
tree4698b2223e8f8e7528fbcfb34fbe2bb8ef97ccdd /src/manipulation/README
parentAdd new directory for 'actions' with README. (diff)
downloadinkscape-e21694a67a73ef9bbcc286b580f3bd574303d619.tar.gz
inkscape-e21694a67a73ef9bbcc286b580f3bd574303d619.zip
Add new directory for 'manipulations' with README.
Diffstat (limited to '')
-rw-r--r--src/manipulation/README16
1 files changed, 16 insertions, 0 deletions
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.
+
+