lang/laantas-old/pure-vowels.svg

40 lines
1.2 KiB
XML
Raw Permalink Normal View History

2021-06-05 02:48:54 -04:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="/stylesheets/lang-svg.css"?>
<svg width="210" height="160" xmlns="http://www.w3.org/2000/svg" version="1.1">
<g transform="translate(5,5)">
<!-- help lines -->
<g stroke="#999">
<line x1="50" y1="75" x2="200" y2="75" />
<line x1="100" y1="0" x2="150" y2="150" />
</g>
<!-- outer trapezoid -->
<polygon points="0 0 200 0 200 150 100 150"
fill="transparent" stroke="black" />
<!-- í -->
<circle cx="25" cy="15" r="3" fill="black" />
<text x="37" y="15" class="ipa">iː</text>
<!-- i -->
<circle cx="50" cy="30" r="3" fill="black" />
<text x="60" y="30" class="ipa">i</text>
<!-- ú -->
<circle cx="150" cy="15" r="3" fill="black" />
<text x="163" y="15" class="ipa">uː</text>
<!-- u -->
<circle cx="125" cy="30" r="3" fill="black" />
<text x="138" y="30" class="ipa">u</text>
<!-- á -->
<circle cx="110" cy="135" r="3" fill="black" />
<text x="123" y="135" class="ipa">aː</text>
<!-- a -->
<circle cx="125" cy="115" r="3" fill="black" />
<text x="115" y="115" class="ipa">a</text>
</g>
</svg>