blob: d53b2f7c006febc20ad8eb9aa7cd4644430c9f59 [file] [log] [blame]
<!DOCTYPE html>
<svg width="200" height="200">
<filter id="puobb" primitiveUnits="objectBoundingBox" x="0" y="0" width="1" height="1">
<feDiffuseLighting>
<fePointLight x="0.5" y="0.5" z="0.2"/>
</feDiffuseLighting>
</filter>
<rect x="50" y="50" width="100" height="100" filter="url(#puobb)"/>
</svg>