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

Side by Side Diff: LayoutTests/svg/filters/feTurbulence-tiled.svg

Issue 333783002: Fix tiled (stitched) FETurbulence. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update to ToT Created 6 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/filters/FETurbulence.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3 .org/1999/xlink" id="svg-root" width="100%" height="100%">
2 <defs>
3 <filter id="f1" x="0%" y="0%" width="100%" height="100%">
4 <feTurbulence type="turbulence" baseFrequency="0.03" x="0" y="0" width="50 " height="50" stitchTiles="stitch"/>
5 <feTile/>
6 </filter>
7 </defs>
8 <rect width="200" height="200" filter="url(#f1)"/>
9 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/filters/FETurbulence.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698