I am using SVG inside React, but the amount of SVG tags that ReactJS allows is limited and I don't see a way to embed an <image/>
SVG tag inside my JSX.
I've also tried using a fill
style on a rect
set to a url of an image, but it doesn't work either. Is there a workaround for this?