d3 / d3-shape

Graphical primitives for visualization, such as lines and areas.
https://d3js.org/d3-shape
ISC License
2.48k stars 308 forks source link

Expose line interpolators? #13

Closed mbostock closed 8 years ago

mbostock commented 8 years ago

Related mbostock/d3#2385.

mbostock commented 8 years ago

Also note that the implementation of interpolators in this repo is totally different than 3.x, because they are designed to be renderable to either a 2D context (Canvas) or serialized to a string (SVG).

mbostock commented 8 years ago

Fixed in #29.