- path module
commit3e757515d3633d4ddb4e58e9d68ed9ab782077d6
authorJörg Lehmann <joergl@users.sourceforge.net>
Mon, 10 Apr 2006 17:55:26 +0000 (10 17:55 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Mon, 10 Apr 2006 17:55:26 +0000 (10 17:55 +0000)
treeee85c9992f1116f1a28eac3c0707ed300660cfa9
parente3ec0e44c141cdb776134419ce6bbee5e247d828
- path module
  - path is no longer a canvasitem
  - reduce number of parameters of outputPS/outputPDF methods (do not pass context and registry)
- normpath module:
  - normpath is no longer a canvasitem
  - reduce number of parameters of outputPS/outputPDF methods (do not pass context and registry)
- canvas module:
  - rename outputPS/outputPDF -> processPS/processPDF

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2584 069f4177-920e-0410-937b-c2a4a81bcd90
20 files changed:
CHANGES
pyx/bbox.py
pyx/bitmap.py
pyx/canvas.py
pyx/color.py
pyx/deco.py
pyx/document.py
pyx/epsfile.py
pyx/graph/graph.py
pyx/normpath.py
pyx/path.py
pyx/pattern.py
pyx/pdfwriter.py
pyx/pswriter.py
pyx/style.py
pyx/text.py
pyx/trafo.py
pyx/type1font.py
test/functional/test_path.py
test/functional/test_text.py