diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/web_editor/static/shapes/Wavy/07.svg | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/web_editor/static/shapes/Wavy/07.svg')
| -rw-r--r-- | addons/web_editor/static/shapes/Wavy/07.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/web_editor/static/shapes/Wavy/07.svg b/addons/web_editor/static/shapes/Wavy/07.svg new file mode 100644 index 00000000..0530d06c --- /dev/null +++ b/addons/web_editor/static/shapes/Wavy/07.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1400 1400"> + <filter id="drop-shadow"> + <feGaussianBlur in="SourceAlpha" stdDeviation="3"/> + <feOffset dx="0" dy="3" result="offsetblur"/> + <feFlood flood-color="rgba(0,0,0,0.3)"/> + <feComposite in2="offsetblur" operator="in"/> + <feMerge> + <feMergeNode/> + <feMergeNode in="SourceGraphic"/> + </feMerge> + </filter> + <path d="M0,134.2C283.4,274.6,559.7,27.7,1066,2c175.6-8.9,333.1,36.9,334,37.2V-10H0V134.2z" style="fill: #f6f6f6; filter: url(#drop-shadow);"/> +</svg> |
