intermediate checkin due to move to a separate directory
[PyX/mjg.git] / www / png / bend.py
blob1e2b9cc3432d92d5a83b3449f760b84a8d510f01
1 from pyx import *
2 text.set(mode="latex")
4 c = canvas.canvas()
5 c.text(0, 0, r"\font\manual=manfnt\manual\raisebox{0pt}[9pt][11pt]{\char127}")
6 c.writeEPSfile("bend")