- move pattern class to its own module
commit3d1aacb31ad95ebcd743ccd6682db58787cfbdba
authorJörg Lehmann <joergl@users.sourceforge.net>
Mon, 27 Jun 2005 17:10:32 +0000 (27 17:10 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Mon, 27 Jun 2005 17:10:32 +0000 (27 17:10 +0000)
treeca303315d076d48e7916265d0484cbab6fffae4e
parent8db412325edee328fde54023db95aa129243dabb
- move pattern class to its own module
- move PDFpattern to the new pattern module
- renamed _compressstream to compressedstream to better reflect its usage
  and exporting it to the other modules

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2156 069f4177-920e-0410-937b-c2a4a81bcd90
CHANGES
examples/misc/pattern.py
pyx/__init__.py
pyx/canvas.py
pyx/pattern.py [new file with mode: 0644]
pyx/pdfwriter.py
test/functional/test_pattern.py