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

Side by Side Diff: LayoutTests/svg/filters/feDropShadow-flood-opacity-1.svg

Issue 143463002: Apply flood-opacity for feDropShadow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 6 years, 11 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 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs>
3 <filter id="ds1" filterPrimitiveUnits="userSpaceOnUse" filterUnits="userSpac eOnUse"
4 width="100" height="200" x="0" y="0" color-interpolation-filters="sR GB">
5 <feDropShadow flood-color="rgb(255,0,0)" flood-opacity="0"
6 dx="0" dy="100" stdDeviation="0"/>
7 </filter>
8 </defs>
9 <rect width="100" height="100" fill="#008000" filter="url(#ds1)"/>
10 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feDropShadow-flood-opacity-1-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698