[svgwg] Proposal: rx and ry attributes for radialGradient (#872)

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

== Proposal: rx and ry attributes for radialGradient ==
https://www.w3.org/TR/SVG2/styling.html (spec section?)
https://www.w3.org/TR/SVG2/pservers.html#RadialGradientAttributes (spec section?)

This version of specification defines only one attribute for radius (r) of radialGradient so radialGradient is simple "circle" but sometimes I need an "ellipse". Now I can't create radialGradient in the shape of an ellipse without gradientTransform attribute. I propose replace r attribute by rx and ry similar to rx and ry attributes that uses <ellipse> element. So, I also propose replace attribute for radius of focal circle (fr) with two attributes each one for one axis.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 23 January 2022 12:44:49 UTC