Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> | |
| 2 <style type="text/css" > | |
|
fs
2015/04/22 12:15:55
I don't see that this test really test much differ
Shanmuga Pandi
2015/04/22 13:08:35
removed this test file
| |
| 3 <![CDATA[ | |
| 4 #g-css { | |
| 5 transform: scale(2, 2); | |
| 6 } | |
| 7 #g-css * { | |
| 8 stroke:blue; | |
| 9 stroke-width:2; | |
| 10 fill:none; | |
| 11 vector-effect:non-scaling-stroke; | |
| 12 } | |
| 13 ]]> | |
| 14 </style> | |
| 15 <g id="g-css"> | |
| 16 <text x="0" y="50" font-size="36">Hello</text> | |
| 17 </g> | |
| 18 </svg> | |
| OLD | NEW |