repo.or.cz
/
PyX
/
mjg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove omitting of zero-length normpath element when normalizing a tailing closepath
[PyX/mjg.git]
/
www
/
png
/
pyxlogo.py
blob
c7113808295fb6825f2ec2e274f41722b15070d4
1
from
pyx
import
*
2
3
c
=
canvas
.
canvas
()
4
c
.
text
(
0
,
0
,
r
"\PyX"
, [
trafo
.
scale
(
5
)])
5
c
.
writetofile
(
"pyxlogo"
)
6