Bug 149470

Summary: RenderSVGResourceMasker::applyResource makes an unconditionally unaccelerated ImageBuffer
Product: WebKit Reporter: Tim Horton <thorton>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, dino, sabouhallawa, simon.fraser, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Tim Horton 2015-09-22 11:12:39 PDT
The ImageBuffer should inherit the accelerated bit from the context it will eventually be painted into.

However, doing so breaks some tests when run with --accelerated-drawing on, and clearly also breaks these tests in Safari. Needs more investigation (and possibly bugs filed on other components).
Comment 1 Ahmad Saleem 2023-06-16 09:56:07 PDT
Patch in bug 149469 cover this bug as well. Should we mark this duplicate and rebase attached patch in other bug and land or something else is needed?