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

Contents of /www/test/svg/html-style/in-defs-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 <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>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24