[fxtf-drafts] [motion-1] Direction of offset-rotate at segment boundaries

karip has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [motion-1] Direction of offset-rotate at segment boundaries ==
The direction at segment boundaries used by [offset-rotate](https://drafts.fxtf.org/motion-1/#offset-rotate-property) came up during discussion about the SVG [`pathAngleAtLength()`](https://github.com/w3c/svgwg/issues/338) function. I’m opening this issue to get more feedback.

The direction at segment boundaries can be either the direction of the previous path segment or the direction of the next path segment.

Animation software seems to use either of them. After Effects seems to use the direction of the previous path segment. Apple Motion seems to use the direction of the next path segment.

CSS Motion Path defines the direction to be the direction of the previous path segment and Google Chrome has implemented it that way.

Should it be changed to be the direction of the next path segment?

[SVG 2 Path Directionality](https://svgwg.org/svg2-draft/paths.html#PathDirectionality) defines __the direction at the start of a path segment__ and __the direction at the end of a path segment__. CSS Motion Path could be changed to reference either of them to get a more precise definition which covers also zero-length subpaths.


Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/209 using your GitHub account

Received on Monday, 7 August 2017 06:17:14 UTC