Re: [svgwg] Rect decomposition is invalid (#753)

I agree with all the things you said. In particular, I agree that we should either:

1. Add SCZ to the standard and make it clear that "M 0,0 L 1,0 1,1 Z" is different from  "M 0,0 L 1,0 1,1 0,0 Z", or

2. Clarify in the standard that if the end point is coincident with the start point, then no zero-length segment is added.

Where 1. is in my opinion the much better choice both in a theoretical and practical perspective (more explicit, more robust and/or avoid flickers when animating the end point, and better suited to elegant cycle-based data structures as you mention)

-- 
GitHub Notification of comment by dalboris
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/753#issuecomment-557893121 using your GitHub account

Received on Sunday, 24 November 2019 14:20:27 UTC