trinary / d3-transform

add an interface for svg transform attributes in d3.js
MIT License
160 stars 17 forks source link

implement functions for all transform types #2

Closed seliopou closed 11 years ago

seliopou commented 11 years ago

This pull request implements functions for all types supported by the SVG transform attribute. The current implementation does no argument checking, so the user is in the same situation he would be in if this library didn't exists.

The tests pass, but the code needs more tests.

trinary commented 11 years ago

!! Gonna write up a new readme based on this :)