uxebu / bonsai

BonsaiJS is a graphics library and renderer
http://bonsaijs.org
Other
1.96k stars 189 forks source link

Matrix should accept null to clear #175

Open pvdz opened 11 years ago

pvdz commented 11 years ago

foo.attr('matrix', null); should clear the matrix (or set it to the identity matrix, if clearing is not possible).