blob: 3acff68dbaf9635b06ac9df0c8d678a79de3dd6a [file] [log] [blame]
<!DOCTYPE html>
<style>
text {
font-size: 75px;
font-family: sans-serif;
text-anchor: end;
outline: 5px solid blue;
outline-offset: 10px;
}
</style>
<svg width="600">
<text x="200" y="100" width="100" height="100" fill="green">Foo</text>
</svg>