add UnicodeEngine (MultiEngineText and axis texters returning MultiEngineText), texte...
[PyX.git] / test / functional / data / testsvg.svg
blobfdb4160c5e811632b97d9e250ba620688a036260
1 <?xml version="1.0"?>
2 <svg x="-50pt" y="-80pt" width="300pt" height="200pt" version="1.1"
3 viewBox="-1500 0 3000 1000" preserveAspectRatio="none"
4 xmlns="http://www.w3.org/2000/svg">
5 <rect x="0" y="0" width="1500" height="1000"
6 fill="yellow" stroke="blue" stroke-width="12" />
7 <path fill="red" d="M 750,100 L 250,900 L 1250,900 z"/>
8 </svg>