diff options
Diffstat (limited to 'tests/auto/declarative/simplecanvasitem/data/test.xml')
-rw-r--r-- | tests/auto/declarative/simplecanvasitem/data/test.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/declarative/simplecanvasitem/data/test.xml b/tests/auto/declarative/simplecanvasitem/data/test.xml new file mode 100644 index 0000000..9b8f10a --- /dev/null +++ b/tests/auto/declarative/simplecanvasitem/data/test.xml @@ -0,0 +1,12 @@ +<Item width="320" height="480"> + <Rect color="blue" x="20" y="20" width="20" height="20"> + <Rect color="black" x="20" y="20" width="10" height="10"/> + </Rect> + <Rect color="red" x="40" y="20" width="20" height="20"/> + <Rect color="green" x="60" y="20" width="20" height="20"/> + <Rect color="yellow" x="20" y="40" width="20" height="20"/> + <Rect color="purple" x="20" y="60" width="20" height="20"/> + <Rect color="white" x="40" y="40" width="20" height="20"/> + <Rect anchors.fill="{parent}" color="gray" z="-1"/> +</Item> + |