aboutsummaryrefslogtreecommitdiff
path: root/input/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'input/test.xml')
-rw-r--r--input/test.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/input/test.xml b/input/test.xml
index 42ed1d2..8258501 100644
--- a/input/test.xml
+++ b/input/test.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" ?>
<canvas rows="3" cols="3">
<nodeTypes>
- <nodeType tag="Y"/>
- <nodeType tag="B"/>
- <nodeType tag="R"/>
- <nodeType tag="G"/>
+ <nodeType tag="Y" red="255" green="255" blue="0"/>
+ <nodeType tag="B" red="0" green="0" blue="255"/>
+ <nodeType tag="R" red="255" green="0" blue="0"/>
+ <nodeType tag="G" red="0" green="255" blue="0"/>
</nodeTypes>
<nodes>
<Y x="0" y="0"/>