[Webkit-unassigned] [Bug 190473] New: Web Inspector: Canvas: capture previously saved states and add them to the recording payload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 09:03:22 PDT 2018


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

            Bug ID: 190473
           Summary: Web Inspector: Canvas: capture previously saved states
                    and add them to the recording payload
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

We should be able to support recording in between `save()` and `restore()` properly.

context.fillStyle = "red";
context.save();
console.record(context);
context.fillStyle = "blue";
context.restore();
context.fillRect(0, 0, 10, 10);
console.recordEnd(context);

-- 
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/20181011/f6e5ccb7/attachment.html>


More information about the webkit-unassigned mailing list