Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError that occurs in colorspace.js on accidentally passing an…
… 'Array' instead of 'TypedArray' Fix TypeError that occurs in colorspace.js on accidentally passing an 'Array' instead of 'TypedArray' Changed getRgbItem(...) to getRgbBuffer(...) since this.lookup has values in range[0, 255] whereas getRgbItem(...) expects those to be in range [0, 1] Revert changes for IE9 compatibility
- Loading branch information