JoshMarler/react-juce

Passing a file URL to a .svg to ImageView renders nothing

Closed this issue · 1 comments

I'm finding passing a file URL to a .svg as ImageView's source prop results in nothing being rendered.

I suspect we need to handle .svg file extensions explicitly and create a drawable from the files contents as a string or simlar.

Ahh yes indeed, that's a bug!