whatwg/html

More infinite/NaN handling for <canvas> API members

Fechada

#1.844 aberto em 30 de set. de 2016

 (3 comentários) (0 reação) (0 responsável)HTML (2.520 forks)batch import
good first issueneeds teststopic: canvas

Métricas do repositório

Stars
 (7.654 estrelas)
Métricas de merge de PR
 (Mesclagem média 42d 18h) (22 fundiu PRs em 30d)

Description

From https://github.com/whatwg/html/pull/1790#issuecomment-250752410:

@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.

Guia do colaborador