I want to create something like the below using pure SVG but without using a D3 chord or similar functionality.
I am able to create a polygon using bezier curves in SVG using standard path elements. But don't know how to fill that polygon with custom color. How to define the boundary of this polygon and set the fill property?
Any thoughts where grouping can help?