Hi,
I'm using a canvas drawing library where I'm required to draw a circle using the SVG path syntax. The library seems to have some bug when the 'arc' command is used, and therefore I want to approximate the circle using Bezier curves (using a syntax of just 'M' and 'C' letters). I want the circle to have a 30px radius, but that might change so I want to know how to do it if needed.
Thanks.