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

Side by Side Diff: LayoutTests/svg/filters/filterRes1.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 </filter>
6 <filter id="f2" filterRes="120">
7 <feFlood flood-color="green"/>
8 </filter>
9 <filter id="f3">
10 <feFlood flood-color="green"/>
11 </filter>
12 </defs>
13 <rect x="20" y="20" width="100" height="100" filter="url(#f1)"/>
14 <rect x="160" y="20" width="100" height="100" filter="url(#f2)"/>
15 <rect x="300" y="20" width="100" height="100" filter="url(#f3)"/>
16 </svg>
17
OLDNEW
« no previous file with comments | « LayoutTests/svg/filters/filterRes-expected.txt ('k') | LayoutTests/svg/filters/filterRes1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698