OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <svg width="100" height="200" style="background-color: red"> | 2 <svg width="100" height="200" style="background-color: red"> |
3 <image width="100" height="200" preserveAspectRatio="none" | 3 <image width="100" height="200" preserveAspectRatio="none" |
4 xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'
viewBox='0 0 100 200'><rect width='100' height='200' fill='green'/></svg>"/> | 4 xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'
viewBox='0 0 100 200'><rect width='100' height='200' fill='green'/></svg>"/> |
5 </svg> | 5 </svg> |
| 6 <svg width="100" height="200"> |
| 7 <image width="100" height="200" preserveAspectRatio="none" |
| 8 xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' vie
wBox='0 0 100 100'><circle r='50' cx='50' cy='50' fill='green'/></svg>"/> |
| 9 </svg> |
OLD | NEW |