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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-displacement-negative-scale.html

Issue 2359133003: Fix effect mapping computation for displacement-map w/ negative scale (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/effect-reference-displacement-negative-scale-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="position: relative">
3 <div style="position: absolute; top: 20px; left: 20px; width: 100px; height: 1 00px; background: green; filter: url(#displacementFilter);"></div>
4 </div>
5 <svg width="0" height="0">
6 <filter id="displacementFilter" x="-0.2" y="-0.2" color-interpolation-filters= "sRGB">
7 <feFlood flood-color="black"/>
8 <feDisplacementMap in="SourceGraphic" scale="-40" xChannelSelector="R" yChan nelSelector="R"/>
9 </filter>
10 </svg>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/effect-reference-displacement-negative-scale-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698