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

I checked the 2013 minutes. https://www.w3.org/2013/06/03-svg-minutes.html#item03

> heycam: closed subpaths should only have marker mids?
> 
> all: yes


And the reasoning for the paths as it stood.

> resolution: we need to have markers on rect, circle and ellipse and all basic shapes (in case of stars)
> ... rounded rects start at straight horizontal line of the top left
> ... rounded rects wind clockwise and include 0 length segments when the rounder corner is 50%
> ... for ellipses and circles, the path starts at right-most point and consists of 4 arcs going clockwise and each are 90 degrees

My takeaway is that M 0,0 L 1,0 1,1, Z should actually be the expected path with M0,0 and Z being the same point. In shapes the idea is that all points show up as mid points one time. Currently the spec doesn't produce that.


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

Received on Friday, 29 November 2019 23:08:09 UTC