- From: Federico Mena Quintero via GitHub <sysbot+gh@w3.org>
- Date: Sat, 15 May 2021 02:15:37 +0000
- To: public-svg-issues@w3.org
federicomenaquintero has just created a new issue for https://github.com/w3c/svgwg: == shapes-intro-02-f.svg slightly inconsistent with text about omitting Arc commands with identical endpoints == https://github.com/w3c/svgwg/blob/1cd12e8918ff37e077f29710fb71a8ff06d4349b/master/paths.html#L1044-L1047 In the SVG 1.1 test suite, `shapes-intro-02-f.svg` has this: ```xml <circle cx="401" cy="75" r="50" fill="red" /> <path d="M401 125 A50 50 0 1 0 400.9999 125" fill="black" /> ``` And... okay, the (401, 125) and (400.9999, 125) endpoints are not identical, but we are down to comparing floats. The spec may want to note that implementations do close these whole-circle arcs and they are not to be omitted. Please view or discuss this issue at https://github.com/w3c/svgwg/issues/850 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 15 May 2021 02:15:41 UTC