blob: 73e410fe5a20fde07f5cf8bfc616618c3e30b262 [file] [log] [blame]
<svg width="480px" height="600px" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="filter" filterUnits="objectBoundingBox" x="0" y="0" width="100%" height="100%">
<feFlood x="0" y="0" width="300" height="300" flood-color="rgb(120, 0, 54)" result="input1" color-interpolation-filters="sRGB"/>
<feFlood x="0" y="0" width="300" height="300" flood-color="rgb(120, 0, 54)" result="input2" color-interpolation-filters="sRGB"/>
<feComposite id="comp" in="input1" in2="input2" operator="arithmetic" k1="0" k2=".5" k3="0.5" k4="0" color-interpolation-filters="linearRGB"/>
</filter>
</defs>
<rect x="0" y="0" width="400" height="400" filter="url(#filter)"/>
</svg>