Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <body> | |
| 4 <svg height="100" width="100"> | |
| 5 <line x1="0" y1="0" x2="100" y2="100" style="stroke:rgb(255,0,0);stroke-width: 2rem" /> | |
|
Erik Dahlström (inactive)
2015/03/26 16:11:03
Please add a test for:
* stroke-width using rem un
Shanmuga Pandi
2015/03/30 14:40:14
Done.
| |
| 6 Sorry, your browser does not support inline SVG. | |
|
Erik Dahlström (inactive)
2015/03/26 16:11:03
Is this text really necessary?
| |
| 7 </svg> | |
| 8 </body> | |
| 9 </html> | |
| OLD | NEW |