From fb019bc9f5a93231d9dc63a2f323db6881a048a3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 07 May 2007 14:24:41 +0000 Subject: Better spread algorhytm, work in progress --- (limited to 'tests/test-snowflake-box.py') 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) -- cgit v0.9.1