lang/laantas-old/vowel-allophones-diph.svg

48 lines
1.5 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">
<defs>
<marker id="arrowhead"
markerWidth="10" markerHeight="12"
orient="auto" refX="11" refY="5"
viewBox="0 0 12 10">
<polygon points="0 0 12 5 0 10" fill="black" />
</marker>
<marker id="circle"
markerWidth="6" markerHeight="6"
orient="auto" refX="3" refY="3"
viewBox="0 0 6 6">
<circle cx="3" cy="3" r="3" fill="black" />
</marker>
</defs>
<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" />
<line x1="55" y1="55" x2="115" y2="70"
stroke="black"
marker-start="url(#circle)"
marker-end="url(#arrowhead)" />
<text x="80" y="50" class="ipa"></text>
<line x1="190" y1="105" x2="130" y2="70"
stroke="black"
marker-start="url(#circle)"
marker-end="url(#arrowhead)" />
<text x="175" y="83" class="ipa">ɔə</text>
<line x1="175" y1="120" x2="90" y2="80"
stroke="black"
marker-start="url(#circle)"
marker-end="url(#arrowhead)" />
<text x="120" y="105" class="ipa">ɑe</text>
</g>
</svg>