This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26657 - matrix in Path2D's addPath method should be marked as optional
Summary: matrix in Path2D's addPath method should be marked as optional
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Jay Munro
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-25 16:07 UTC by rcabanie
Modified: 2015-07-10 14:41 UTC (History)
4 users (show)

See Also:


Attachments

Description rcabanie 2014-08-25 16:07:03 UTC
Currently it is marked as nullable. 
However, Firefox [1], WebKit [2] and Blink [3] implemented addPath with the matrix as an optional parameter.
Can the spec be updated to reflect this?

1: https://bugzilla.mozilla.org/show_bug.cgi?id=985801
2: https://bugs.webkit.org/show_bug.cgi?id=130461
3: https://codereview.chromium.org/170503002