Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 20 0 200'> | |
|
fs
2016/03/31 10:53:04
The namespace declaration isn't needed.
Shanmuga Pandi
2016/03/31 11:53:35
Done.
| |
| 3 <rect width='50' height='50' fill='green'/> | |
| 4 </svg> | |
| 5 <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 20 0 200'> | |
|
fs
2016/03/31 10:53:04
Ditto.
| |
| 6 <rect width='50' height='50' fill='green'/> | |
| 7 </svg> | |
| OLD | NEW |