Heart & Flower in D3.js path animations

Now time for some flowers !,

Just picked up this interesting equation and transformed it in to path animation similar concept but with new equation.

So This is how the Equation goes : where θ from 0 to 2π
     x = coskθcosθ
     y = coskθsinθ

Notable value is K because 'K' is again boken down to K = nd. So, here is chart which demostrates you the types of shapes that may appear with corresponding values of 'n' and 'd' which you will select from the dropDowns later on.


Source code available at Github

Created with by Vinod Louis.

Inspired By nbremer