diff options
Diffstat (limited to 'input/test.xml')
-rw-r--r-- | input/test.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/input/test.xml b/input/test.xml new file mode 100644 index 0000000..42ed1d2 --- /dev/null +++ b/input/test.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" ?> +<canvas rows="3" cols="3"> + <nodeTypes> + <nodeType tag="Y"/> + <nodeType tag="B"/> + <nodeType tag="R"/> + <nodeType tag="G"/> + </nodeTypes> + <nodes> + <Y x="0" y="0"/> + <B x="1" y="0"/> + <G x="2" y="0"/> + </nodes> +</canvas> |