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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/filters/feDisplacementMap-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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg>
3 <filter id="displacementFilter" x="-0.2" y="-0.2" color-interpolation-filters= "sRGB">
4 <feFlood flood-color="black"/>
5 <feDisplacementMap in="SourceGraphic" scale="-40" xChannelSelector="R" yChan nelSelector="R"/>
6 </filter>
7 <rect x="20" y="20" width="100" height="100" fill="green" filter="url(#displac ementFilter)"/>
8 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698