codeforgermany / click_that_hood

A game where users must identify a city's neighborhoods as fast as possible
http://click-that-hood.com
MIT License
449 stars 638 forks source link

Some maps stuck at loading in Chrome #284

Closed matikin9 closed 8 years ago

matikin9 commented 8 years ago

Some of the maps get stuck on the loading bar when I try to load them in Chrome (e.g. Los Angeles County, Los Angeles City).

k-nut commented 8 years ago

This seems to be because of an Uncaught TypeError: Cannot read property 'numberOfItems' of undefined in line 126 in script.js

mwichary commented 8 years ago

Thanks, it’s because of the deprecated SVGPathSeg. I added a (backwards) polyfill as a temporary measure. Can you try now?

matikin9 commented 8 years ago

Awesome - works great now, thanks!