Re: [fxtf-drafts] [motion-1] the description of contain flag in ray() function (#363)

After re-read the spec, for the following questions:
> Assuem the path length is not long enough to enclose the path (i.e. less than 100px):
> 
> offset-distance is 0%

In this case, because the path size should be *minimally increased*, so I think we should move the box forward until the end of the path, and increase the head of path to make sure the box is entirely contained.

>   offset-distance is 100%

And for this, move the box backward until the beginning of the path, and increase the tail of the path.

However, still not sure how to do this if `offset-anchor` is outside the box.

-- 
GitHub Notification of comment by BorisChiou
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/363#issuecomment-520092931 using your GitHub account

Received on Friday, 9 August 2019 23:17:40 UTC