Re: [svgwg] Add circular arc path command 'R'. (#767)

> The specifications of optional grammar isn't something found elsewhere in the path spec either. I daresay it's a problem for your suggestion #797 too. All grammar found elsewhere requires all options given, this is helpful with parsing. But, allows for multiple commands with the same path command so they are all specified `Q (cx cy ex ey)+` where you have a set series of exact numbers of points. Since you know that L takes one point, if it's given 3 that's 3 commands.

I did not remove the possibility to pack multiple commands in Catmull-Rom, in fact my proposal #797 was to add it, and also allow a path to not be broken by the insertion of just the initial and final control points while the strokes only applies to the curve between all other medial points (the current draft specification for C-Rom splines is completely ill, and in fact it already shows red alerts for all these problems, that are ALL solved cleanly in my alternate proposal).

-- 
GitHub Notification of comment by verdy-p
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/767#issuecomment-626069848 using your GitHub account

Received on Saturday, 9 May 2020 00:05:20 UTC