Skip to content

Instantly share code, notes, and snippets.

View AlessandraSozzi's full-sized avatar

Alessandra Sozzi AlessandraSozzi

  • IMF
  • Washington, DC
View GitHub Profile
@AlessandraSozzi
AlessandraSozzi / index.html
Last active October 6, 2015 16:53
Combination of Stroke Dash Interpolation and Point-Along-Path
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<style>
path {
fill: none;
stroke: #000;
stroke-width: 3px;
}
circle {