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

Side by Side Diff: LayoutTests/svg/filters/feimage-invalid-image-expected.svg

Issue 1334173004: Switch SVGFEImage from SkBitmapSource to SkImageSource (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed-size <svg> Created 5 years, 3 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 <?xml version="1.0" encoding="UTF-8"?>
2 <svg width="800" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="ht tp://www.w3.org/1999/xlink">
3 <defs>
4 <filter id="greenify">
5 <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1"/>
6 </filter>
7 </defs>
8
9 <rect x="100" y="50" width="200" height="100" filter="url(#greenify)"/>
10 <rect x="100" y="200" width="200" height="100" filter="url(#greenify)"/>
11 <rect x="100" y="350" width="200" height="100" filter="url(#greenify)"/>
12 <rect x="100" y="500" width="200" height="100" filter="url(#greenify)"/>
13
14 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/filters/feimage-invalid-image.svg ('k') | Source/core/svg/SVGFEImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698