Skip to content

Instantly share code, notes, and snippets.

@reinerBa
Created January 17, 2024 12:09
Show Gist options
  • Save reinerBa/0e2ef3d17ab5e617ec6634276a9f9e07 to your computer and use it in GitHub Desktop.
Save reinerBa/0e2ef3d17ab5e617ec6634276a9f9e07 to your computer and use it in GitHub Desktop.
testanisvg
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
<rect width="10" height="10">
<animate
attributeName="rx"
values="0;5;0"
dur="10s"
repeatCount="indefinite" />
</rect>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment