cathyatseneca / DSAnim

Plug-in free web based data structure animations built with processing.js
MIT License
38 stars 12 forks source link

rewrite utility functions #6

Closed cathyatseneca closed 12 years ago

cathyatseneca commented 12 years ago

utility functions are too tied to to the animation array object. Utility functions should be refactored and simplified so that they are more general (draw square with number) and their calls from animarray should perform the proper offsets instead. Tests will need to be updated to reflect these changes

cathyatseneca commented 12 years ago

fixed