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

In an animation from `M ... A ... 0 0 100 200 L 103 204` to `M ... A ... 1 1 900 800 L 903 804` , what should we have at 25%? Flipping the flag (Blink behavior) means `M ... A ... 0 0 300 350 L 303 354` and discrete animation of the path would mean `M ... A ... 0 0 100 200 L 103 204` . I claim both are reasonable but flipping the entire arc command to give `M ... A ... 0 0 100 250 L 303 354` is not reasonable (it is more complex to implement, surprising for authors and break the consistency of semantics between absolute and relative commands).

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

Received on Friday, 7 September 2018 00:41:56 UTC