Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg" width="700" height="500"> | |
|
pdr.
2015/04/10 20:19:21
With the above comment, this will become something
| |
| 2 <rect x="50" y="50" width="200" height="200" fill="red"/> | |
| 3 <rect x="50" y="300" width="100" height="100" fill="blue"/> | |
| 4 <rect x="200" y="400" width="50" height="50" fill="green"/> | |
| 5 </svg> | |
| OLD | NEW |