Closed seliopou closed 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.
transform
The tests pass, but the code needs more tests.
!! Gonna write up a new readme based on this :)
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.