- From: Robert Longson via GitHub <noreply@w3.org>
- Date: Tue, 20 Jan 2026 08:46:11 +0000
- To: public-svg-issues@w3.org
fx, cx, fy and cy are all independent. If you set one that's it's value, otherwise it will always be the default value. No setting of cx will ever affect fx. What happens is that at **rendering time only** we try to find a value for fx on the radial gradient chain (decending href/xlink:href links). If we find one we use it. If we don't we look for a cx value, if we find that we use it instead. If we don't find either we use a default value of 50%. Similarly for cy/fy. -- GitHub Notification of comment by longsonr Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1054#issuecomment-3771707736 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 20 January 2026 08:46:12 UTC