weepy / jquery.path

Animatation for arcs and bezier curves with jQuery
http://weepy.github.com/jquery.path/
407 stars 79 forks source link

Demos are not working in latest Chrome #28

Closed zachwolf closed 9 years ago

zachwolf commented 10 years ago

I'm not sure if this repo is still being maintained, it looks like the last activity was several years ago.

I'm using Chrome 37.0.2062.124 and getting console errors: Uncaught TypeError: Cannot read property 'arc' of undefined

nullablemind commented 9 years ago

Correct your site. It lacks:

  1. !DOCTYPE html
  2. Tag html and head
  3. Quotes from class and id
weepy commented 9 years ago

ok so this is fixed. the problem was that github no longer allows exec of javascript from their raw subdomain. fixed by moving to rawgit service

On Mon, May 18, 2015 at 10:25 AM antonazgarovich notifications@github.com wrote:

Correct your site. It lacks:

  1. Tag
  2. Quotes from class and id

— Reply to this email directly or view it on GitHub https://github.com/weepy/jquery.path/issues/28#issuecomment-102989522.