[Webkit-unassigned] [Bug 174278] New: Add CanvasRenderingContext2D::getTransform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 7 14:22:03 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174278

            Bug ID: 174278
           Summary: Add CanvasRenderingContext2D::getTransform
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: dino at apple.com

Now that DOMMatrix is supported, we can implement the CanvasRenderingContext2D functions that use it:

[NewObject] DOMMatrix getTransform();
[MayThrowException] void setTransform(optional DOMMatrixInit transform);

https://html.spec.whatwg.org/multipage/canvas.html#canvastransform

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170707/fdf102ad/attachment.html>


More information about the webkit-unassigned mailing list