- From: viralipurbey via GitHub <noreply@w3.org>
- Date: Tue, 16 Jun 2026 06:07:18 +0000
- To: public-svg-issues@w3.org
viralipurbey has just submitted a new pull request for https://github.com/w3c/svgwg:
== Clarify that `getPathData()` returns the attribute base value ==
Clarify that `getPathData()` operates on the base value of the `d` attribute, not the CSS resolved value or animated value. Similarly, `setPathData()` is equivalent to `setAttribute('d', ...)`. This matches `getAttribute('d')` semantics and Firefox's shipping behavior.
Fixes #1130
See https://github.com/w3c/svgwg/pull/1135
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 June 2026 06:07:19 UTC