Gradient servers as external files in SVG [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Include SVG file in SVG the fill property in SVG accepts an url to point to a gradient/pattern element, an instance of a so-called 'paint server'. The Question: Is it possible in any browser (that is, not IE, of course), to use a gradient defined in an external SVG file? Like, in rect.svg , <rect fill="url(grad.svg#my_grad)" /> and the corresponding <linearGradient /> element in grad.svg ? It would be really