Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" standalone="no"?> | |
| 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
| 3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
| 4 | |
| 5 <svg width="23px" height="15px" version="1.1" | |
| 6 xmlns="http://www.w3.org/2000/svg"> | |
| 7 <polygon points="0,11 11,0 22,11" style="fill:#fff; stroke:none"/> | |
| 8 <polyline points="0,11 11,0 22,11" | |
| 9 style="fill:none;stroke:#d2d2d2;stroke-width:1" /> | |
| 10 </svg> | |
| OLD | NEW |