This project is an experiment in generating an SVG loader that looks like a machine tool cutting a polygon.
The (self-imposed) challenge was to achieve this using strictly only svg tooling, i.e. no runtime javascript animations at all.
The framework used is Angular simply for familiarity and dev tooling, but the resulting SVG is completely static, and
could be extracted as a .svg file and used anywhere.
- You'll need node 22 installed, recommend using
nvmand then runnvm usein the project root to pick up the version this repo is tested against
To install dependencies
yarn installTo start a local development server, run:
yarn startThis project was generated using Angular CLI version 20.1.1.
