lang/untitled1/iuml-d.svg

35 lines
1.3 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="220" height="170" xmlns="http://www.w3.org/2000/svg">
<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>
</defs>
<text x="10" y="10" class="word">i</text>
<text x="210" y="10" class="word">ui</text>
<text x="10" y="85" class="word">ei</text>
<text x="110" y="85" class="word">eu</text>
<text x="210" y="65" class="word">ou</text>
<text x="210" y="105" class="word">oi</text>
<text x="10" y="160" class="word">ai</text>
<text x="210" y="160" class="word">au</text>
<g stroke="black" marker-end="url(#arrowhead)" fill="transparent">
<line x1="195" y1="10" x2="30" y2="10" /> <!-- ui -> i -->
<line x1="10" y1="75" x2="10" y2="30" /> <!-- ei -> i -->
<line x1="95" y1="85" x2="30" y2="85" /> <!-- eu -> ei -->
<path d="M 195 105 C 40 105, 40 105, 28 95" /> <!-- oi -> ei -->
<path d="M 195 65 C 145 65, 145 65, 130 80" /> <!-- ou -> eu -->
<line x1="10" y1="150" x2="10" y2="105" /> <!-- ai -> ei -->
<line x1="195" y1="160" x2="30" y2="160" /> <!-- ꜵu -> ai -->
</g>
</svg>