| <svg width="500px" height="610px" xmlns="http://www.w3.org/2000/svg"> |
| <defs> |
| <filter id="filter" filterUnits="objectBoundingBox" primitiveUnits="objectBoundingBox"> |
| <feFlood x="-0.1" y="-0.16"/> |
| </filter> |
| </defs> |
| <rect x="110" y="150" width="400" height="320" fill="none" filter="url(#filter)"/> |
| <ellipse cx="298" cy="328" rx="152" ry="117" fill="rgb(0, 255, 0)" style="transform: rotate(48deg); transform-origin: 50% 50%; transform-box: fill-box;"/> |
| <!-- Mask off slight differences in point light radius --> |
| <ellipse cx="298" cy="328" rx="152" ry="117" fill="none" stroke="gray" stroke-width="20" style="transform: rotate(48deg); transform-origin: 50% 50%; transform-box: fill-box;"/> |
| </svg> |