This demo traces an SVG logo as though an invisible pen were drawing it line by line. Every shape is outlined using the SVG stroke-dasharray and stroke-dashoffset properties, written as CSS rather than HTML attributes, so the strokes appear to grow and then erase. The whole sequence loops with pure CSS keyframes staggered around the artwork, with no JavaScript animation loop.