OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <svg width="100" height="100" style="background-color: red"> | 2 <svg width="100" height="100" style="background-color: green"> |
3 <image width="100" height="100" preserveAspectRatio="none" | 3 <image width="100" height="100" preserveAspectRatio="none" |
4 xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='0'><rect width='100' height='100' fill='green'/></svg>"/> | 4 xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='0'><rect width='100' height='100' fill='red'/></svg>"/> |
5 </svg> | 5 </svg> |
OLD | NEW |