Re: [svgwg] The interpolation of large_arc_flag/sweep_flag of Elliptical Arc in SVG Path

I think in general the "flip at .5" behavior is far more preferable; it avoids privileging one value over another. (We *purposely* do this in exactly one case in CSS, the `visibility` property, but that's motivated by specific use-cases. I don't see a reason for preferring one value over another for the arc or sweep flags.)

This also, then, just falls out of the CSS definition of how to interpolate things that aren't otherwise interpolable, and matches the now-generic CSS treatment of non-integer values in integer contexts (both in animation, and as the result of a math function like `calc()`).

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

Received on Thursday, 6 September 2018 15:53:07 UTC