1<?xml version="1.0" encoding="UTF-8"?>
2<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3 width="600" height="200" viewBox="0 0 600 200">
4<defs>
5</defs>
6<text x="20" y="35" font-size="30" font-weight="bold">bold</text>
7<text x="20" y="75" font-size="30" font-style="italic">italic</text>
8<text x="20" y="115" font-size="30" text-decoration="underline">under</text>
9<text x="20" y="155" font-size="30" text-decoration="overline">over</text>
10<text x="20" y="195" font-size="30" text-decoration="line-through">through</text>
11<text x="200" y="35" font-size="30">normal word space</text>
12<text x="200" y="75" font-size="30" word-spacing="10">more word space</text>
13<text x="200" y="115" font-size="30" word-spacing="-5">less word space</text>
14<text x="200" y="155" font-size="30" letter-spacing="8">wide letter space</text>
15<text x="200" y="195" font-size="30" letter-spacing="-2">narrow letter space</text>
16</svg>