- decorators are all instances now which can be cloned via __call__
commit63007b0669a0d29744f277a935b877577e916e16
authorJörg Lehmann <joergl@users.sourceforge.net>
Sat, 17 Jan 2004 15:32:37 +0000 (17 15:32 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Sat, 17 Jan 2004 15:32:37 +0000 (17 15:32 +0000)
tree0cba76d2156b906b16d601a48d2f9cd3c99597ad
parent8d75ccb716786620bd6263f0b39e9f20a91aeb8b
- decorators are all instances now which can be cloned via __call__
- decorators do no longer accept variable length argument lists
  but require a list of attributes (as first argument) instead
- canvas.stroked, canvas.fill and canvas.draw do no longer accept
  variale length argument lists but a list of attributes
  as last argument

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1237 069f4177-920e-0410-937b-c2a4a81bcd90
24 files changed:
CHANGES
examples/box.py
examples/circles.py
examples/connect.py
examples/graphs/bar.py
examples/graphs/integral.py
examples/graphs/partialfill.py
examples/graphs/washboard.py
examples/sierpinski.py
examples/valign.py
examples/vector.py
pyx/canvas.py
pyx/deco.py
pyx/graph.py
test/functional/test_arrow.py
test/functional/test_box.py
test/functional/test_canvas.py
test/functional/test_connector.py
test/functional/test_epsfile.py
test/functional/test_graph.py
test/functional/test_path.py
test/functional/test_pattern.py
test/functional/test_text.py
test/functional/test_unit.py