<?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="500" height="350"> <text x="20" y="120" style="font-size:40pt;">Hello World</text> <text x="20" y="220" style="font-size:40pt; stroke: black; stroke-width: 5;">Hello World</text> <text x="20" y="320" style="font-size:40pt; stroke: black; stroke-width: 2; fill: none;">Hello World</text> </svg>