Parent Directory
|
Revision Log
New tests; Opera9 and Firefox2 pass all the tests.
1 | wakaba | 1.1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
2 | <head> | ||
3 | <title><html:style> and Embedded SVG</title> | ||
4 | <style> | ||
5 | svg { | ||
6 | width: 20em; | ||
7 | height: 20em; | ||
8 | } | ||
9 | circle { | ||
10 | fill: green; | ||
11 | } | ||
12 | </style> | ||
13 | </head> | ||
14 | <body> | ||
15 | <svg xmlns="http://www.w3.org/2000/svg"> | ||
16 | <g> | ||
17 | <text xml:lang="en" x="50%" y="10%" text-anchor="middle" fill="blue">The circle below should be green.</text> | ||
18 | <circle cx="50%" cy="50%" r="20%" fill="red"/> | ||
19 | </g> | ||
20 | </svg> | ||
21 | </body> | ||
22 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |