repo.or.cz
/
PyX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
prevent double call of _cleanup, which harms usefiles (and is a bad idea in general)
[PyX.git]
/
www
/
png
/
pyxlogo.py
blob
fd681a40c89c157d3fed4cebe5f0bd727c696444
1
from
pyx
import
*
2
3
c
=
canvas
.
canvas
()
4
c
.
text
(
0
,
0
,
r
"\PyX"
, [
trafo
.
scale
(
5
)])
5
c
.
writeEPSfile
(
"pyxlogo"
)
6