Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> | |
|
fs
2015/04/22 12:15:54
You don't need to open the xlink NS. Also, I think
Shanmuga Pandi
2015/04/22 13:08:35
Done.
| |
| 2 <g transform="scale(2 2)"> | |
| 3 <text x="0" y="50" stroke="blue" stroke-width="2" fill="none" vector-effe ct="non-scaling-stroke" font-size="36">Hello</text> | |
| 4 </g> | |
| 5 </svg> | |
| OLD | NEW |