This is a piece by Cris Leash to tessellate an octopus in honor of MetaGame.
@dysbulic then aided Cris in setting up an animation such that the octopus grows and returns to a point.
The basic process follows this pattern:
The program works bv fetch
ing the SVG, then parsing it to pull out all the points for the triangles, which it then animates using successive triggers in SMIL <animate/>
tags.