/[suikacvs]/www/test/svg/html-style/svg-island-1.xml
Suika

Contents of /www/test/svg/html-style/svg-island-1.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Wed Jan 16 13:35:30 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
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>&lt;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