Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created December 7, 2017 15:32
Show Gist options
  • Save kenhoff/64e7dd6865ae923a22a212f82e95860e to your computer and use it in GitHub Desktop.
Save kenhoff/64e7dd6865ae923a22a212f82e95860e to your computer and use it in GitHub Desktop.
background-and-progress-bars.html
<svg
viewBox="0 0 100 100"
class="waveform-container"
preserveAspectRatio="none"
>
<rect
class="waveform-bg"
x="0"
y="0"
height="100"
width="100"
/>
<rect
class="waveform-progress"
x="0"
y="0"
height="100"
width=”0
/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment