Fun with Cubic Bezier curves in SVG
Posted on February 28, 2025
I created a simple mandala using Cubic Bezier curves in SVG. I'll experiment with different ways to create mandalas with the goal of creating interactive data visualizations. This one is static and is created using javascript to create SVG elements. The key to the round nature of mandalas was the transform rotation attribute in the SVG Path element.