who's a SVG hero?
so far, I'm having no success making the simplest 40 degree wedge shapes on the left part of arcs. This is my xml:
<?xml version="1.0" standalone="no"?> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="711.14" width="94" height="847.5" fill="red" style="fill:red;fill-opacity:0.5" /> <rect x="711.14" y="282.5" width="94" height="565" fill="red" style="fill:red;fill-opacity:0.5" /> <rect x="711.14" y="565" width="94" height="282.5" fill="red" style="fill:red;fill-opacity:0.5" /> <path d="M0,198.277 A847.5,847.5 0 0,1 711.14,0 v847.5,0 Z" style="fill:red;fill-opacity:0.5"/> <path d="M237.05,414.68 A565,565 0 0,1 711.14,282.5 V847.5 Z" style="fill:red;fill-opacity:0.5"/> <path d="M474.09,631.09 A282.5,282.5 0 0,1 711.14,565 V847.5 Z" style="fill:red;fill-opacity:0.5"/> </svg>
and this is what it does, bulbous arcs: