Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> | |
| 2 <defs id="defs"> | |
| 3 <g id="template"> | |
| 4 <rect x="10" y="10" width="10" height="10" fill="red"> | |
| 5 <animate attributeName="x" attributeType="XML" begin="0s" dur="10s" fill ="freeze" from="0" to="100" /> | |
| 6 </rect> | |
| 7 </g> | |
| 8 </defs> | |
| 9 <use xlink:href="#template" /> | |
| 10 </svg> | |
| OLD | NEW |