blob: 832c9f9239b7a9194a3f866ebf931b1bebc41816 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<!--======================================================================-->
<!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
<!--= Institute of Technology, Institut National de Recherche en =-->
<!--= Informatique et en Automatique, Keio University). All Rights =-->
<!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
<!--======================================================================-->
<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">
<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 ellipse." status="accepted" version="$Revision: 1.3 $" testname="$RCSfile: shapes-ellipse-02-t.svg,v $">
<OperatorScript>
<Paragraph>
Defaults test with ellipse.
</Paragraph>
</OperatorScript>
</SVGTestCase>
<title id="test-title">$RCSfile: shapes-ellipse-02-t.svg,v $</title>
<g id="test-body-content" fill="red" stroke="#000000">
<!-- Set cx and cy coordinate to default.-->
<ellipse rx="100" ry="50"/>
<!-- Set rx attribute to 0.-->
<ellipse cx="100" cy="150" rx="0" ry="50"/>
<!-- Set ry attribute to 0.-->
<ellipse cx="200" cy="50" rx="100" ry="0"/>
<!-- Set all values attribute to drawn an ellipse.-->
<ellipse cx="250" cy="250" rx="100" ry="50"/>
</g>
<text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.3 $</text>
<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
</svg>