[Webkit-unassigned] [Bug 257353] New: Avoid creating an entry in RenderSVGResourceClipper::m_clipperMap if we can do path-only clipping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 25 14:41:34 PDT 2023


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

            Bug ID: 257353
           Summary: Avoid creating an entry in
                    RenderSVGResourceClipper::m_clipperMap if we can do
                    path-only clipping
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

RenderSVGResourceClipper::applyClippingToContext() unconditionally creates an entry in m_clipperMap, but we only need this cache entry if we're rendering into an image buffer.

-- 
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/20230525/47f97238/attachment.htm>


More information about the webkit-unassigned mailing list