Question
Can Illustrator read <use> tag in SVG ?
I am seeing some anomalies with an SVG file that is rendered fine in Firefox and other browsers, but does not render in Illustrator.
The file applies `<use>` to repeat and translate a shape.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use
So my question is whether that tag is the cause of my import problems?
