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
add UnicodeEngine (MultiEngineText and axis texters returning MultiEngineText), texte...
[PyX.git]
/
test
/
svg
/
Makefile
blob
13bce5f4c3f23d16dc101109e3e0818d84caeaa3
1
PYTHON ?
=
python3
2
3
.PHONY
:
default
4
5
default
:
suite
6
PYTHONPATH
=$(
CURDIR
)/
..
/
..
$(
PYTHON
)
svgtest.py
7
8
suite
:
9
mkdir suite
10
(
cd suite
;
curl
-
O http
://
www.w3.org
/
Graphics
/
SVG
/
Test
/
20110816
/
archives
/
W3C_SVG_11_TestSuite.
tar
.gz
;
tar
xzvf W3C_SVG_11_TestSuite.
tar
.gz
)