Hi, just trying to work out the internals of Pixi Graphics.
It appears to me that the `arc` method plots points and draws to a canvas context, rather than just using `context.arc`. Is this correct? How come?
I ask because I can see the curve is not perfect.
Thanks!