HTML5 Canvas KineticJS Blob Tutorial

To create blobs with KineticJS, we can instantiate a Kinetic.Blob() object.  Blobs are defined with an array of points and a tension which controls the curviness of the interpolation.  For a full list of attributes and methods, check out the Kinetic.Blob documentation.

Open in new window

Code Editor

Modified on May 17th, 2013 by Eric Rowell
comments powered by Disqus