qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Replace d3.geom.delaunay (deprecated) #22

Closed asifmallik closed 10 years ago

asifmallik commented 10 years ago

Replaced with d3.geom.voronoi().triangles()

qrohlf commented 10 years ago

cool, can you run gulp and add the minified source to this PR?

asifmallik commented 10 years ago

Done

qrohlf commented 10 years ago

Unfortunately this is now causing merge conflicts. Since it's a one-line change, I just ported it over manually in 85d11c7d86ec8db9556e5de371e3b9460b113863.

asifmallik commented 10 years ago

Alright