Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<style>#parent { width: 150px; }</style>
<div id="parent">
<svg width="100%" height="20" xmlns="http://www.w3.org/2000/svg">
<rect x="1%" width="98%" height="20" fill="green"></rect>
</svg>
</div>