[svgwg] Merged Pull Request: Fix missing trailing wsp after path commands

caribouW3 has just merged JeremiePat's pull request 778 for https://github.com/w3c/svgwg:

== Fix missing trailing wsp after path commands ==
Hello SVG WG.

I'm currently implementing an SVG Path parser and it appears that the SVG2 path grammar is a little inconsistent with SVG 1.1 and with other current implementations (AFAIK those from web browsers).

Many details have been discussed in issue #752 (mostly point 1 and 2 raised by @dalboris)

This PR is a proposed fix for the missing trailing white spaces after commands and at end of path. The intent is to prevent a breaking change to the SVG Path grammar. If the SVG WG think this breaking change should be kept, so it should be clearly stated (exactly like the warn done for numbers with trailing dot). If so, I would be glad to update this PR accordingly.

+@dalboris

See https://github.com/w3c/svgwg/pull/778


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 8 January 2024 12:48:40 UTC