1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
3 <!--======================================================================-->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
5 <!--= Institute of Technology, Institut National de Recherche en =-->
6 <!--= Informatique et en Automatique, Keio University). All Rights =-->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
8 <!--======================================================================-->
9 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" version=
"1.1" baseProfile=
"tiny" id=
"svg-root" width=
"100%" height=
"100%" viewBox=
"0 0 480 360">
10 <SVGTestCase xmlns:
testcase=
"http://www.w3.org/2000/02/svg/testsuite/description/" xmlns=
"http://www.w3.org/2000/02/svg/testsuite/description/" reviewer=
"DJ" owner=
"CN" desc=
"Defaults test with circle." status=
"accepted" version=
"$Revision: 1.3 $" testname=
"$RCSfile: shapes-circle-02-t.svg,v $">
13 Defaults test with circle.
17 <title id=
"test-title">$RCSfile: shapes-circle-
02-t.svg,v $
</title>
18 <g id=
"test-body-content" fill=
"red" stroke=
"#000000">
19 <!-- Set cx and cy coordinate to default.-->
22 <!-- Set cx coordinate to default.-->
23 <circle cy=
"100" r=
"50"/>
25 <!-- Set cy coordinate to default.-->
26 <circle cx=
"100" r=
"50"/>
28 <!-- Set r attribute to 0 (should not display a circle).-->
29 <circle cx=
"100" cy=
"100" r=
"0"/>
31 <!-- Set all values to draw a circle -->
32 <circle cx=
"100" cy=
"100" r=
"50"/>
34 <text id=
"revision" x=
"10" y=
"340" font-size=
"40" stroke=
"none" fill=
"black">$Revision:
1.3 $
</text>
35 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" fill=
"none" stroke=
"#000000"/>