canvas constructor no longer accepts variable argument list but expects a list
commit783b3ea860fbdaf58419a62cf8f6126d732587a7
authorJörg Lehmann <joergl@users.sourceforge.net>
Thu, 25 Mar 2004 12:33:13 +0000 (25 12:33 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Thu, 25 Mar 2004 12:33:13 +0000 (25 12:33 +0000)
tree6ac9ea17ab67d439a2f8ef5a167963ac8122b83a
parent4cf4381d38df01dc6d5809606972eebd2f472ce3
canvas constructor no longer accepts variable argument list but expects a list
of attrs as first argument (defaulting to []) and a texrunner as second
argument (defaulting to text.defaulttexrunner)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1531 069f4177-920e-0410-937b-c2a4a81bcd90
CHANGES
examples/tree.py
pyx/canvas.py
test/functional/test_box.py
test/functional/test_canvas.py
test/functional/test_connector.py
test/functional/test_deco.py
test/functional/test_path.py