Bug 149470 - RenderSVGResourceMasker::applyResource makes an unconditionally unaccelerated ImageBuffer
Summary: RenderSVGResourceMasker::applyResource makes an unconditionally unaccelerated...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 11:12 PDT by Tim Horton
Modified: 2023-06-16 09:56 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?