Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | |
| 2 <defs> | |
| 3 <filter id="ds1" filterPrimitiveUnits="userSpaceOnUse" filterUnits="userSpac eOnUse" | |
| 4 width="100" height="100" x="0" y="0" color-interpolation-filters="sR GB"> | |
| 5 <feDropShadow flood-color="rgb(255,0,0)" flood-opacity="0.2" | |
| 6 dx="0" dy="50" stdDeviation="0"/> | |
| 7 </filter> | |
| 8 </defs> | |
| 9 <rect y="50" width="100" height="50" fill="#00ff00"/> | |
| 10 <rect width="100" height="50" fill="#33cc00" filter="url(#ds1)"/> | |
| 11 </svg> | |
| OLD | NEW |