Parent Directory
|
Revision Log
New tests; Opera9 and Firefox2 pass all the tests.
| 1 | wakaba | 1.1 | <svg xmlns="http://www.w3.org/2000/svg" |
| 2 | xmlns:h="http://www.w3.org/1999/xhtml"> | ||
| 3 | <defs> | ||
| 4 | <h:style type="text/css"> | ||
| 5 | circle { | ||
| 6 | fill: green; | ||
| 7 | } | ||
| 8 | </h:style> | ||
| 9 | </defs> | ||
| 10 | <g> | ||
| 11 | <text xml:lang="en" x="50%" y="10%" text-anchor="middle" fill="blue">The circle below should be green.</text> | ||
| 12 | <circle cx="50%" cy="50%" r="20%" fill="red"/> | ||
| 13 | </g> | ||
| 14 | </svg> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |