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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/filters/FETurbulence.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/filters/feTurbulence-tiled.svg
diff --git a/LayoutTests/svg/filters/feTurbulence-tiled.svg b/LayoutTests/svg/filters/feTurbulence-tiled.svg
new file mode 100644
index 0000000000000000000000000000000000000000..52cfe6692dff2c46e31d76412ad0271d4f7a3ef2
--- /dev/null
+++ b/LayoutTests/svg/filters/feTurbulence-tiled.svg
@@ -0,0 +1,9 @@
+<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%">
+ <defs>
+ <filter id="f1" x="0%" y="0%" width="100%" height="100%">
+ <feTurbulence type="turbulence" baseFrequency="0.03" x="0" y="0" width="50" height="50" stitchTiles="stitch"/>
+ <feTile/>
+ </filter>
+ </defs>
+ <rect width="200" height="200" filter="url(#f1)"/>
+</svg>
« 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