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

More infinite/NaN handling for <canvas> API members #1844

Open
annevk opened this issue Sep 30, 2016 · 2 comments
Open

More infinite/NaN handling for <canvas> API members #1844

annevk opened this issue Sep 30, 2016 · 2 comments
Labels
good first issue Ideal for someone new to a WHATWG standard or software project needs tests Moving the issue forward requires someone to write tests topic: canvas

Comments

@annevk
Copy link
Member

annevk commented Sep 30, 2016

From #1790 (comment):

@zcorpan The list given above doesn't look complete to me. It's missing:

  • shadowOffsetX
  • shadowOffsetY
  • shadowBlur
  • lineWidth
  • miterLimit
  • setLineDash
  • lineDashOffset

at first glance.

There might be more missing as this is from Firefox implementation which may not have everything implemented yet.

We also forgot to file a WPT issue.

@zcorpan
Copy link
Member

zcorpan commented Sep 30, 2016

Those are IDL attributes which already had explicit handling of infinite/NaN I believe.

@annevk
Copy link
Member Author

annevk commented Sep 30, 2016

Indeed. I guess the only thing remaining is WPT then.

@zcorpan zcorpan removed their assignment May 8, 2019
@zcorpan zcorpan added good first issue Ideal for someone new to a WHATWG standard or software project needs tests Moving the issue forward requires someone to write tests labels May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Ideal for someone new to a WHATWG standard or software project needs tests Moving the issue forward requires someone to write tests topic: canvas
Development

No branches or pull requests

2 participants