Summary: | RenderSVGResourceClipper::applyClippingToContext makes an unconditionally unaccelerated ImageBuffer | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||
Component: | SVG | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
Status: | NEW --- | ||||||
Severity: | Normal | CC: | ahmad.saleem792, changseok, dino, esprehn+autocc, ews-watchlist, fmalita, glenn, gyuyoung.kim, kondapallykalyan, pdr, sabouhallawa, schenney, sergio, simon.fraser, zimmermann | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Tim Horton
2015-09-22 11:11:47 PDT
The only one I found in LayoutTests/svg was svg/gradients/spreadMethodClose2.svg which looks like a bug with accelerated drawing. But svg/gradients/spreadMethodClose2.svg has different behavior in Chrome and Firefox (both of which show blues) so it's not clear what's going on. Created attachment 441501 [details]
Patch
It seems this r+ patch didn't landed and we have FIXME about it as well: https://github.com/WebKit/WebKit/blob/ce878379210ced398d994217e26519b433761149/Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp#L171 Just wanted to update. Thanks! NOTE - this patch also still work on WebKit ToT (tested locally). |