- From: Nikolas Zimmermann via GitHub <noreply@w3.org>
- Date: Wed, 28 Jan 2026 23:41:37 +0000
- To: public-svg-issues@w3.org
Hmm my take on this If attribute ‘fx’ is not specified, ‘fx’ will coincide with the presentational value of ‘cx’ for the element The presentational value of cx if not specified is 50%, therefore fx should be 50% if cx is not specified. In my opinion, we should just choose 50% as initial value in WebKit - that would let WPT progress and rendering wise it doesn't matter since we anyhow have to check at rendering time (after having resolved linked gradient chains) to what value fx resolves (either its specified value or whatever cx is). WDYT? -- GitHub Notification of comment by nikolaszimmermann Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1054#issuecomment-3814513586 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 January 2026 23:41:38 UTC