lang/laantas-old/diphthongs1.svg

46 lines
1.5 KiB
XML
Raw 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="1" refY="4"
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 -->
<line x1="0" y1="0" x2="200" y2="0" stroke="black" />
<line x1="200" y1="0" x2="200" y2="150" stroke="black" />
<line x1="200" y1="150" x2="100" y2="150" stroke="black" />
<line x1="100" y1="150" x2="0" y2="0" stroke="black" />
<!-- ai -->
<line x1="90" y1="100" x2="50" y2="30"
stroke="black"
marker-start="url(#circle)"
marker-end="url(#arrowhead)" />
<text x="85" y="65" class="ipa">ai</text>
<!-- au -->
<line x1="180" y1="130" x2="180" y2="45"
stroke="black"
marker-start="url(#circle)"
marker-end="url(#arrowhead)" />
<text x="167" y="88" class="ipa">au</text>
</g>
</svg>