react-raphael
react-raphael copied to clipboard
Use tag not supported
I want to use some Icons from an existing SVG-Icons-Sprite by utilizing SVG's <use> tag.
Unfortunately this does not seem to work.
Instead of having the <use> at the correct position it gets moved up and out of the currrent paper and inserted in a Set's <div> tag. Which looses all relations, coordinates are not working, etc.
@AndyOGo Did you find a solution to this? I'm running into the same problem.