Question

Please help!

Is it possible to create a perfect circle using blob? I'm using blob to create irregular shapes and then I tween them but my last shape should be a perfect circle. I'm having trouble creating perfect circle with blob. I'm using KineticJs by the way. Thanks!!

Was it helpful?

Solution

No, it's not possible to create a perfectly circular blob.

A KineticJS blob is a series of Cubic Bezier curves. Those kinds of curves cannot form a perfect circle.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top