New issue
Advanced search Search tips

Issue 701565 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 673698



Sign in to add a comment

CanvasPattern#setTransform argument transform should be optional

Project Member Reported by lunalu@chromium.org, Mar 14 2017

Issue description

According to the spec, it should be optional.
 

Comment 1 by lunalu@chromium.org, Mar 15 2017

Owner: lunalu@chromium.org
Status: Started (was: Untriaged)
Owner: ----
Status: Untriaged (was: Started)

Comment 3 by junov@chromium.org, Apr 4 2017

Status: WontFix (was: Untriaged)
This is not a bug. The overload of setTransform that takes a DOMMatrixInit is not implemented, we only have the 6 argument version in Chrome, which has no optional arguments.
Is this a spec bug that we should be fixing? 

Comment 5 by junov@chromium.org, Apr 27 2017

No, this is not a spec bug. We need to ship the DOM geometry interfaces feature first (which includes DOMMatrix).  Once that is done, we'll be able to do these canvas APIs.

Sign in to add a comment