You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value of r="0.5", so the start circle radius is 0.7 and the end circle radius is 0.5. Since that fully overlaps, no gradient should be drawn.
Is that correct, or am I missing some wording?
The text was updated successfully, but these errors were encountered:
In the SVG2 spec, there is the following sentence in https://www.w3.org/TR/SVG2/pservers.html#RadialGradientNotes:
In the
e-radialGradient-044.svg
test, that condition appears to be met:The default value of
r="0.5"
, so the start circle radius is 0.7 and the end circle radius is 0.5. Since that fully overlaps, no gradient should be drawn.Is that correct, or am I missing some wording?
The text was updated successfully, but these errors were encountered: