[Webkit-unassigned] [Bug 179516] New: [CG] PDF document cached image is regenerated every time the destination rectangle changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 9 18:08:01 PST 2017


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

            Bug ID: 179516
           Summary: [CG] PDF document cached image is regenerated every
                    time the destination rectangle changes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: PDF
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

Open the attached test case. The image movement is not smooth as it should be.

The reason for this choppy animation is the PDF is drawn into a cached ImageBuffer every time it moves. Since the whole image is cached when it is drawn for the first time. It should not recached when the destination rectangle changes.

-- 
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/20171110/7bb3edb3/attachment.html>


More information about the webkit-unassigned mailing list