You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses getTotalLength liberally to animate planes between points. The total length of a SVG line is divided to determine the locations of points along the line for the plane to animate between. This bug has been fixed in the most recent versions of Chrome(36.0.1985.125) and Firefox(30.0) - but not Safari(7.0.4).
The text was updated successfully, but these errors were encountered:
Documented here:
https://code.google.com/p/chromium/issues/detail?id=349873
This project uses getTotalLength liberally to animate planes between points. The total length of a SVG line is divided to determine the locations of points along the line for the plane to animate between. This bug has been fixed in the most recent versions of Chrome(36.0.1985.125) and Firefox(30.0) - but not Safari(7.0.4).
The text was updated successfully, but these errors were encountered: