OLD | NEW |
---|---|
(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> | |
OLD | NEW |