Is there a way to draw a perfect circle in illustrator CC?
Not sure if this is a recent bug or has always been there, but I cannot seem to draw a perfect circle using the ellipsis tool.
Shift > click + drag (doesn't work)
clicking artboard and setting width and height to equal values (doesn't work)
Found the following feature request that explains the issue a bit more.
The circles in Illustrator are flawed and here's why. – Adobe Illustrator Feedback
Is there a way to use the circle equation to create a circle without infinite anchor points?
(x−h)² + (y−k)² = r²
Or perhaps a way to manually draw a circle, although seemingly unlikely?
Or are other importable files like SVG capable of perfect circles that could be imported into illustrator?
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="1"/>
</svg>
I tried importing this SVG into illustrator, but it wasn't successful. Not sure if illustrator is converting the SVG or my method of import was incorrect.
Note: I have no idea if SVG files / definitions are capable of perfect circles, but if they are, then the above definition I believe would be a perfect circle.
