lang/untitled1/iuml-p.svg

31 lines
1.1 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">u</text>
<text x="10" y="85" class="word">e</text>
<text x="110" y="85" class="word">ə</text>
<text x="210" y="85" class="word">o</text>
<text x="10" y="160" class="word">a</text>
<g stroke="black" marker-end="url(#arrowhead)" fill="transparent">
<line x1="200" y1="10" x2="30" y2="10" /> <!-- u -> i -->
<line x1="10" y1="75" x2="10" y2="30" /> <!-- e -> i -->
<line x1="100" y1="85" x2="30" y2="85" /> <!-- ə -> e -->
<path d="M 200 95 C 165 120, 60 120, 25 95" /> <!-- o -> e -->
<line x1="10" y1="150" x2="10" y2="105" /> <!-- a -> e -->
</g>
</svg>