Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset="utf-8">
<style>
svg {
width: 100%;
display: block;
}
</style>
<div style="width: 200px; overflow: hidden">
<svg height="120">
<path
d="M0 30 H4000"
stroke="green"
stroke-width="30"
stroke-dasharray="4%"/>
</svg>
</div>