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

JeremiePat has just submitted a new pull request 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.

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

Received on Monday, 2 March 2020 13:29:30 UTC