Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
svg { font: bold 64px Arial, sans-serif; fill: none; stroke-width: 2px; stroke-dasharray:2, 2; }
</style>
<svg width="240" height="80">
<text x="40" y="60" stroke="grey">Hello</text>
<text x="30" y="50" stroke="black">Hello</text>
</svg>