Lanny McNie
Lanny McNie
The recent Chrome update (62.0.3202) has run-time errors, specifically: ```js Uncaught TypeError: this.pathElement.getPathSegAtLength is not a function at t.getPathPoint (thirdparty.min.js:3) at i.characterLayout (thirdparty.min.js:3) at i.layout (thirdparty.min.js:3) at i.fontLoaded (thirdparty.min.js:3) at...
Also includes small refactor to change binds to arrow syntax
In the case where the developer wants to use audioData in an existing tick, instead of passing in an `ontick` handler, the audio data does not get generated. An `ontick`...
In Safari and Firefox (OS X) I encountered an issue with audio that loaded, but failed to decode. Currently JAM does not handle or surface this error. Ideally it would...