thorvg / thorvg.viewer

ThorVG Viewer is a browser-based rendering tool that shows you the image result of vector resource formats, such as SVG and Lottie. It's powered by the ThorVG engine.
https://www.thorvg.org
MIT License
18 stars 7 forks source link

file loading issue #14

Closed hermet closed 8 months ago

hermet commented 8 months ago

If the file extension name is not all lowercase, ThorVG Viewer won't be able to identify it. It needs to convert the extension name's alphabets to lowercase and then identify it.

xxx.JPG => fail xxx.jpg => success xxx.Json => fail xxx.json => success