Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No fill-rule for Motion Path #20

Closed
ewilligers opened this issue Aug 13, 2016 · 1 comment
Closed

No fill-rule for Motion Path #20

ewilligers opened this issue Aug 13, 2016 · 1 comment
Assignees
Labels

Comments

@ewilligers
Copy link
Contributor

I understand there was a decision to remove fill-rule from the path function, which is used by motion-path (now offset-path).

motion-1/Overview.bs

line 207

path() = path([ <> ,]? <>)

should be
path() = path(<>)

Lines 212..215 can be removed.

@jihyerish jihyerish self-assigned this Aug 17, 2016
ewilligers pushed a commit to ewilligers/fxtf-drafts that referenced this issue Aug 22, 2016
fill-rule has been removed from the path function, which is used by offset-path.

Fixes issue w3c#20
@jihyerish
Copy link

@ewilligers
I didn't know about the decision and now I catch up with the history of the discussion.
Thanks for your comment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants