lmgonzalves / segment

A JavaScript library to draw and animate SVG path strokes
http://lmgonzalves.github.io/segment
MIT License
1.74k stars 99 forks source link

segment.min.js:7 Uncaught TypeError: Cannot read property 'getTotalLength' of null #11

Closed shahjehanali1 closed 8 years ago

shahjehanali1 commented 8 years ago

segment.min.js:7 Uncaught TypeError: Cannot read property 'getTotalLength' of null

how to fix this error

lmgonzalves commented 8 years ago

You must defined a valid path element when you call:

new Segment(path);