trinary / d3-transform

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

Setup boilerplate, get tests setup #1

Closed seliopou closed 11 years ago

seliopou commented 11 years ago

Add the transform() function to d3.svg, since this is an SVG-specific feature. Nothing but the name has been defined.

Get tests working by requiring d3 as a global variable. This makes it available to the d3-transform module. There may be a better way to do this, but I'm unaware of it.

Tests passing.

trinary commented 11 years ago

Good starting point, thanks for this!