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

@tabatkins  - you haven't addressed the second question about whether the whole path should flip at 0.5 or if the non-arc-flag numbers should interpolate smoothly.

e.g.  `offset-rotate` from `auto 0deg` to `180deg` flips the entire value at 0.5, there is is no `auto 45deg` at 0.25.   Similarly, `offset-path` from `ray(0deg closest-side)` to `ray(180deg farthest-corner)` flips the entire value at 0.5, there is is no `ray(45deg closest-side)` at 0.25.

Should paths do the same if the arc flags are inconsistent? SMIL interpolates other numbers in the path smoothly even if there is an arc flag change. Blink does too for CSS animation of `d` and `offset-path`.

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

Received on Thursday, 6 September 2018 22:58:41 UTC