Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <svg width="750" height="550" style="background-color: blue"> | |
| 3 <text writing-mode="tb"> | |
| 4 <tspan x="100" y="50">0</tspan> | |
| 5 <tspan x="300" y="50">1</tspan> | |
| 6 <tspan x="500" y="50">2</tspan> | |
| 7 <tspan x="700" y="50">3</tspan> | |
| 8 <tspan x="900" y="50">4</tspan> | |
| 9 <tspan x="1100" y="50">5</tspan> | |
| 10 <tspan x="1300" y="50">6</tspan> | |
| 11 <tspan x="1500" y="50">7</tspan> | |
| 12 <tspan x="1700" y="50">8</tspan> | |
| 13 <tspan x="1900" y="50">9</tspan> | |
| 14 </text> | |
| 15 </svg> | |
| OLD | NEW |