[svgwg] [svg-native] support xlink:href on gradients (#670)

dirkschulze has just created a new issue for https://github.com/w3c/svgwg:

== [svg-native] support xlink:href on gradients ==
The `xlink:href` attribute on `<linearGradient>` or `<radialGradient>` is ignored right now. We should consider keeping it.

Without support for `objectBoundingBox`, referencing other gradients is straight forward.

The `xlink:href` is mainly used to share color stops between multiple gradients. W/o `objectBoundingBox` this is even more important. Otherwise SVG files blow up a lot.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/670 using your GitHub account

Received on Tuesday, 16 April 2019 05:43:57 UTC