|
[PyX-checkins] pyx/examples/misc pattern.py,1.1,1.2
From: Jörg Lehmann <joergl@us...> - 2005-06-27 17:11
|
Update of /cvsroot/pyx/pyx/examples/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27274/examples/misc Modified Files: pattern.py Log Message: - 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 Index: pattern.py =================================================================== RCS file: /cvsroot/pyx/pyx/examples/misc/pattern.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pattern.py 21 Oct 2004 06:25:28 -0000 1.1 --- pattern.py 27 Jun 2005 17:10:31 -0000 1.2 *************** *** 1,5 **** from pyx import * ! p = canvas.pattern() p.text(0, 0, r"\PyX") --- 1,5 ---- from pyx import * ! p = pattern.pattern() p.text(0, 0, r"\PyX") |
| Thread | Author | Date |
|---|---|---|
| [PyX-checkins] pyx/examples/misc pattern.py,1.1,1.2 | Jörg Lehmann <joergl@us...> |