Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-snowflake-box.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-07 14:24:41 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-07 14:24:41 (GMT)
commitfb019bc9f5a93231d9dc63a2f323db6881a048a3 (patch)
tree6016aaa6d1cfcb8c5bb0a26d05b706f83d8225fa /tests/test-snowflake-box.py
parentc89bc07e0bc57b73fbb099e7e458b41ecb739cc9 (diff)
Better spread algorhytm, work in progress
Diffstat (limited to 'tests/test-snowflake-box.py')
-rwxr-xr-xtests/test-snowflake-box.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-snowflake-box.py b/tests/test-snowflake-box.py
index 4164af4..eb7efb9 100755
--- a/tests/test-snowflake-box.py
+++ b/tests/test-snowflake-box.py
@@ -55,6 +55,10 @@ root_box = SpreadBox(background_color=0xe2e2e2ff)
canvas.set_root(root_box)
box = SnowflakeBox()
+snow_flake = _create_snowflake(box, 0)
+root_box.set_center_item(box)
+
+box = SnowflakeBox()
snow_flake = _create_snowflake(box, 30)
root_box.add_item(box)