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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feDropShadow-flood-opacity-1-expected.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/filters/feDropShadow-flood-opacity-1.svg
diff --git a/LayoutTests/svg/filters/feDropShadow-flood-opacity-1.svg b/LayoutTests/svg/filters/feDropShadow-flood-opacity-1.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f63fc89f52af561503b2cba01b55a2deffbac486
--- /dev/null
+++ b/LayoutTests/svg/filters/feDropShadow-flood-opacity-1.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <defs>
+ <filter id="ds1" filterPrimitiveUnits="userSpaceOnUse" filterUnits="userSpaceOnUse"
+ width="100" height="200" x="0" y="0" color-interpolation-filters="sRGB">
+ <feDropShadow flood-color="rgb(255,0,0)" flood-opacity="0"
+ dx="0" dy="100" stdDeviation="0"/>
+ </filter>
+ </defs>
+ <rect width="100" height="100" fill="#008000" filter="url(#ds1)"/>
+</svg>
« 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