Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<style>
svg {
width: 100%;
display: block;
}
</style>
<div style="width: 200px; overflow: hidden">
<svg height="120">
<text x="10" y="90" font-size="90" fill="none" stroke="green"
stroke-width="5"
stroke-dasharray="4%">Hello</text>
</svg>
</div>
</html>