Best of SVGDecember 2023

  1. 1
    Article
    Avatar of hnHacker News·2y

    SVG Tutorial

    Learn to code SVG images step by step. Topics include drawing basic shapes, using clip-path, and creating background patterns with SVG and CSS.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Making SVG Loading Spinners: An Interactive Guide

    This article provides an interactive guide on making SVG loading spinners. It explains how to draw a circle, use stroke-dasharray to make the circle incomplete, and rotate the circle using CSS.