blob: 8b9b514ef7cfa3eb3f3a1d2ff19c6ec27a497b4f [file] [log] [blame]
<!DOCTYPE html>
<style>
@font-face {
font-family: 'myahem';
src: url(../../../resources/Ahem.ttf);
}
text {
font-family: 'myahem';
}
</style>
<svg width="100" height="100">
<text id="target" x="15 65" y="10 20" fill="green">A B C</text>
<text id="source" x="50" y="50" fill="blue">X Y Z</text>
</svg>