In SVG: 1. is it possible to create a bezier curve of exactly 180 degrees? 2. can bezier curves commands C and Q do what Arc commands can do? 3. is it possible to create half of a circle using only the following commands: M, m, C, c, Q, q?
My experiments so far show that C commands can create arcs but not perferc arcs like an A command would create.