Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <h2>SVG feDropShadow Filter</h2> <svg height="110" width="110" xmlns="http://www.w3.org/2000/svg"> <defs> <filter id="f1"> <feDropShadow dx="12" dy="14" stdDeviation="1" flood-opacity="0.7"/> </filter> </defs> <rect width="90" height="90" fill="yellow" filter="url(#f1)" /> Sorry, your browser does not support inline SVG. </svg> </body> </html>