Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Issue 196413023: [SVG] Poor filter resolution when using CSS 3D transforms. (Closed)

Created:
6 years, 9 months ago by f(malita)
Modified:
6 years, 9 months ago
CC:
blink-reviews, krit, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, fs, ed+blinkwatch_opera.com, gyuyoung.kim_webkit.org, jchaffraix+rendering, pdr., kouhei+svg_chromium.org, Stephen Chennney, rwlbuis
Visibility:
Public.

Description

[SVG] Poor filter resolution when using CSS 3D transforms. calculateTransformationToOutermostCoordinateSystem() should stop at the first composited layer to match its backing resolution. Currently, we are incorrectly taking the layer transform into account (the stop condition is off by one). R=pdr@chromium.org,schenney@chromium.org,senorblanco@chromium.org BUG=345441 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169472

Patch Set 1 #

Patch Set 2 : Method rename + comment. #

Patch Set 3 : Ensure we're only calling compositingState() from a valid context. #

Patch Set 4 : Moar comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -10 lines) Patch
M LayoutTests/TestExpectations View 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/platform/linux/svg/custom/filter-css-transform-resolution-expected.png View Binary file 0 comments Download
A LayoutTests/platform/linux/svg/custom/filter-css-transform-resolution-expected.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A LayoutTests/svg/custom/filter-css-transform-resolution.html View 1 chunk +24 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.cpp View 1 2 3 2 chunks +12 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
f(malita)
6 years, 9 months ago (2014-03-18 17:25:59 UTC) #1
Stephen White
LGTM
6 years, 9 months ago (2014-03-18 17:31:33 UTC) #2
Stephen Chennney
LGTM. I suppose the call to compositingState() must happen during paint, so we do not ...
6 years, 9 months ago (2014-03-18 17:59:52 UTC) #3
f(malita)
On 2014/03/18 17:59:52, Stephen Chenney wrote: > LGTM. I suppose the call to compositingState() must ...
6 years, 9 months ago (2014-03-18 18:32:51 UTC) #4
f(malita)
On 2014/03/18 18:32:51, Florin Malita wrote: > On 2014/03/18 17:59:52, Stephen Chenney wrote: > > ...
6 years, 9 months ago (2014-03-18 18:56:56 UTC) #5
f(malita)
The CQ bit was checked by fmalita@chromium.org
6 years, 9 months ago (2014-03-18 19:35:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fmalita@chromium.org/196413023/60001
6 years, 9 months ago (2014-03-18 19:35:28 UTC) #7
commit-bot: I haz the power
6 years, 9 months ago (2014-03-18 20:42:45 UTC) #8
Message was sent while issue was closed.
Change committed as 169472

Powered by Google App Engine
This is Rietveld 408576698