blob: a7f81347afce29c584f304be8e00dd8370b2bdf9 [file] [log] [blame]
<svg width="500px" height="610px" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="filter" filterUnits="objectBoundingBox">
<feFlood/>
<feDiffuseLighting lighting-color="rgb(0, 255, 0)" x="-120" y="85">
<feSpotLight x="-10" y="-20" z="300" pointsAtX="180" pointsAtY="220" pointsAtZ="50" limitingConeAngle="12" />
</feDiffuseLighting>
<feComponentTransfer>
<feFuncG type="discrete" tableValues="0 1"/>
</feComponentTransfer>
</filter>
</defs>
<rect x="110" y="150" width="450" height="320" fill="none" filter="url(#filter)"/>
<ellipse cx="220" cy="270" rx="100" ry="60" fill="none" stroke="gray" stroke-width="20" style="transform: rotate(50deg); transform-origin: 50% 50%; transform-box: fill-box;"/>
</svg>