Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg width="800" height="400" viewBox="0 0 1200 600" | |
|
fs
2015/12/22 09:09:22
This is an excellent basis for a ref-test. Just ma
| |
| 2 xmlns="http://www.w3.org/2000/svg" | |
| 3 xmlns:xlink="http://www.w3.org/1999/xlink"> | |
| 4 <g fill="currentColor" color="red"> | |
| 5 <rect id="rect" x="0" y="0" width="150" height="150" color="green"/> | |
|
fs
2015/12/22 09:09:22
Drop id/x/y and make width and height 100.
| |
| 6 </g> | |
| 7 <g fill="currentColor" color="red"> | |
| 8 <rect id="rect" x="150" y="0" width="150" height="150" fill="currentColor" c olor="green"/> | |
|
fs
2015/12/22 09:09:23
Make width/height/x 100 and drop id/y
| |
| 9 </g> | |
| 10 </svg> | |
| OLD | NEW |