Greetings and thank you for taking the time to consider my predicament. I am currently working on creating an SVG menu using raphael, but unfortunately, geometry has never been my strong suit.
Below is a visual representation of what I have managed to create so far. While I have successfully implemented the blue center part using CSS, I am struggling to find a suitable solution for the white outer part. Traditional methods like images and CSS do not seem to work due to the block nature of these elements. Ideally, I would like to generate a series of arcs that can adjust in size based on the number of elements.
Do you have any recommendations on how I can create a series of clickable arcs forming a quarter circle with hover effects? Additionally, I will need to place icons on these arcs as well. Any guidance on accomplishing this task would be greatly appreciated.
I have come across some examples utilizing pie charts in raphael, but I am struggling to adapt them to fit my needs. If only I had paid more attention in geometry class...
Once again, thank you for your assistance and expertise.