tests/arthur/data/1.1/shapes-circle-01-t.svg
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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 <!--======================================================================-->
       
     5 <!--=  Copyright 2000 World Wide Web Consortium, (Massachusetts          =-->
       
     6 <!--=  Institute of Technology, Institut National de Recherche en        =-->
       
     7 <!--=  Informatique et en Automatique, Keio University). All Rights      =-->
       
     8 <!--=  Reserved. See http://www.w3.org/Consortium/Legal/.                =-->
       
     9 <!--======================================================================-->
       
    10 <!-- ===================================================================== -->
       
    11 <!--                                                                       -->
       
    12 <!-- shapes-circle-01.t.svg                                               -->
       
    13 <!-- renamed for 1.1 suite to shapes-circle-01-t.svg                       -->
       
    14 <!--                                                                       -->
       
    15 <!-- Test ability to handle the 'circle' basic-shapes element.             -->
       
    16 <!--                                                                       -->
       
    17 <!-- Author : Lofton Henderson  23-March-2000                              -->
       
    18 <!-- Revised for 1.1 : Tolga Capin 14-Feb-2002                             -->
       
    19 <!--                                                                       -->
       
    20 <!-- History:                                                              -->
       
    21 <!--  23-Mar-2000, LH: Serial#1 created.                                   -->
       
    22 <!--  03-Aug-2000, LH=" update DOCTYPE for CR DTD, 20000802" ser# .         -->
       
    23 <!--                                                                       -->
       
    24 <!-- ===================================================================== -->
       
    25 <!--======================================================================-->
       
    26 <!--= Note. After October 2000, revision history is kept as CVS 'commit' =-->
       
    27 <!--= log messages, and therefore is no longer in the preceding preamble.=-->
       
    28 <!--======================================================================-->
       
    29 <svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"  id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
       
    30 
       
    31     <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
       
    32 		<OperatorScript version="$Revision: 1.6 $" testname="shapes-circle-01-f.svg">
       
    33 			<Paragraph>
       
    34 				The rendered picture should match the reference image, except
       
    35 				for possible variations in the labelling text (per CSS2 rules).
       
    36 			</Paragraph>
       
    37         </OperatorScript>
       
    38     </SVGTestCase>
       
    39     
       
    40     <title id="test-title">shapes-circle-01-t</title>
       
    41 	<desc id="test-desc">Test ability to handle the 'circle' basic shapes element.</desc>
       
    42 	<!--======================================================================-->
       
    43 	<!--Content of Test Case follows...                  =====================-->
       
    44 	<!--======================================================================-->
       
    45 	<g id="test-body-content">
       
    46 		<circle cx="100" cy="100" r="50" fill="none" stroke="black" />
       
    47 		<circle cx="220" cy="100" r="35" fill="red" stroke="black" />
       
    48 		<circle cx="340" cy="100" r="20" fill="black" stroke="lime" stroke-width="4" />
       
    49 		<circle cx="100" cy="260" r="20" stroke="lime" fill="yellow" stroke-width="4" />
       
    50 		<circle cx="220" cy="260" r="35" stroke="none" fill="blue" />
       
    51 		<circle cx="340" cy="260" r="50" stroke="red" fill="none" stroke-width="10" />
       
    52 	</g>
       
    53 	<text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.6 $</text>
       
    54 	<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
       
    55 </svg>
       
    56