diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-04-03 09:30:22 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-04-03 09:30:22 +0000 |
| commit | e21694a67a73ef9bbcc286b580f3bd574303d619 (patch) | |
| tree | 4698b2223e8f8e7528fbcfb34fbe2bb8ef97ccdd /src/manipulation/README | |
| parent | Add new directory for 'actions' with README. (diff) | |
| download | inkscape-e21694a67a73ef9bbcc286b580f3bd574303d619.tar.gz inkscape-e21694a67a73ef9bbcc286b580f3bd574303d619.zip | |
Add new directory for 'manipulations' with README.
Diffstat (limited to '')
| -rw-r--r-- | src/manipulation/README | 16 |
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. + + |
