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

We can't change the fact that closed `path` and `polygon` elements have start and end markers. That is well supported since SVG 1.

Markers on rect, circle, ellipse are new in SVG 2, so we _can_ change how they work by changing the equivalent path — or maybe by giving them special marker rules.

Ideally, however, the equivalent path for the basic shapes & the way markers work on them would be something that could also be represented in a `<path>` element with the exact same marker behavior.

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

Received on Monday, 2 December 2019 16:15:46 UTC