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

Side by Side 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, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <defs>
3 <filter id="f1" filterRes="60">
4 <feFlood flood-color="green"/>
5 <feOfffset/>
6 </filter>
7 <filter id="f2" filterRes="120">
8 <feFlood flood-color="green"/>
9 <feOfffset/>
10 </filter>
11 <filter id="f3">
12 <feFlood flood-color="green"/>
13 <feOfffset/>
14 </filter>
15 </defs>
16 <rect x="20" y="20" width="100" height="100" filter="url(#f1)"/>
17 <rect x="160" y="20" width="100" height="100" filter="url(#f2)"/>
18 <rect x="300" y="20" width="100" height="100" filter="url(#f3)"/>
19 </svg>
20
OLDNEW
« 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