michaelvillar / dynamics.js

Javascript library to create physics-based animations
http://dynamicsjs.com
7.57k stars 414 forks source link

Fixed a bug with Chrome 52 #29

Closed Grafikart closed 8 years ago

Grafikart commented 8 years ago

I animate with d and apparently since chrome52 path have now a computedStyle for d (something like path(M023 003...) that prevent dynamics.js from loading d from getAttribute.

michaelvillar commented 8 years ago

Can we add a test for this?

Grafikart commented 8 years ago

I'll try to write tests for this feature tomorrow and i'll do a better PR