-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
three.js/src/loaders/TextureLoader.js
Line 34 in a1daef3
| var isJPEG = url.search( /\.(jpg|jpeg)$/ ) > 0 || url.search( /^data\:image\/jpeg/ ) === 0; |
Description:
It seems that i modifier is missing in regex /\.(jpg|jpeg)$/. Or we could be more specific using following regex: /\.(?:jpe?g|JPE?G)$/.
Three.js version
- r95
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS