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

Unified Diff: LayoutTests/svg/filters/filterRes3.svg

Issue 1153403003: Remove SVGFilterElement's filterRes* attributes and setFilterRes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + updated smallFonts.svg and textFeatures.svg Created 5 years, 7 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/svg/filters/filterRes2-expected.txt ('k') | LayoutTests/svg/filters/filterRes3-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/filters/filterRes3.svg
diff --git a/LayoutTests/svg/filters/filterRes3.svg b/LayoutTests/svg/filters/filterRes3.svg
deleted file mode 100644
index 9e2769e516186f5385f97775247bdf7e4d095a80..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/filters/filterRes3.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<defs>
-<filter id="f1" filterRes="60">
- <feFlood flood-color="green"/>
- <feOfffset/>
-</filter>
-<filter id="f2" filterRes="120">
- <feFlood flood-color="green"/>
- <feOfffset/>
-</filter>
-<filter id="f3">
- <feFlood flood-color="green"/>
- <feOfffset/>
-</filter>
-</defs>
-<rect x="20" y="20" width="100" height="100" filter="url(#f1)"/>
-<rect x="160" y="20" width="100" height="100" filter="url(#f2)"/>
-<rect x="300" y="20" width="100" height="100" filter="url(#f3)"/>
-</svg>
-
« no previous file with comments | « LayoutTests/svg/filters/filterRes2-expected.txt ('k') | LayoutTests/svg/filters/filterRes3-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698