[fxtf-drafts] [motion-1] Initial position of a path() (#505)

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

== [motion-1] Initial position of a path() ==
Currently, ['offset-path'](https://drafts.fxtf.org/motion-1/#offset-path-property) defines that the "initial position" of a path() function is given by the first move-to in the path().

This makes complete sense to me when there *is* an initial move-to in the path string. But this is pretty limiting; you can't use any of the CSS units or percentages there.

Do we want to distinguish between a path that has an explicitly given initial move-to, and let ones without such a move-to use the 'offset-position' as their initial position? Or should we just let [`shape()`](https://drafts.csswg.org/css-shapes-2/#shape-function) cover this use-case instead, since it *can* specify its initial move-to using CSS units?

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 3 March 2023 23:27:26 UTC