Skip to content

Instantly share code, notes, and snippets.

@jillbert
Last active March 11, 2025 02:18
Show Gist options
  • Save jillbert/66b4ba702afccf3f8badfdd2a842c208 to your computer and use it in GitHub Desktop.
Save jillbert/66b4ba702afccf3f8badfdd2a842c208 to your computer and use it in GitHub Desktop.
svg_marker.svg
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="35px" height="35px" viewBox="0 0 45 45" version="1.1">
<g fill-rule="evenodd" stroke-width="1" stroke="transparent">
<circle cx="22" cy="22" r="22" style="fill: #348ec380;">
<animate attributeName="r" begin="0s" dur="3s" values="0;18" keyTimes="0;1" keySplines="0.1,0.2,0.3,1" calcMode="spline" repeatCount="indefinite"/>
</circle>
<circle cx="22" cy="22" r="10" style="fill: #348EC3;">
</circle>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment