d3 / d3-interpolate

Interpolate numbers, colors, strings, arrays, objects, whatever!
https://d3js.org/d3-interpolate
ISC License
494 stars 69 forks source link

Does d3.interpolateTransform match the CSS Transform spec? #28

Closed mbostock closed 6 years ago

mbostock commented 8 years ago

https://drafts.csswg.org/css-transforms/#decomposing-a-2d-matrix

I’m quite sure the implementation here doesn’t exactly match the specification for some edge cases. The latest specification is nicely explicit about how to perform 2D transform decomposition and interpolation, so it’d be good to verify that our implementation matches the specification.

mbostock commented 6 years ago

Folding into #44.