tests/arthur/data/1.1/render-elems-01-t.svg
changeset 0 1918ee327afb
child 7 f7bc934e204c
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 <!-- rendering-shape-BE-03.svg                                             -->
       
    12 <!-- renamed for 1.1 suite to render-elems-01-t.svg                        -->
       
    13 <!-- Author : Vincent Hardy, 02-Mar-2000                                   -->
       
    14 <!-- Revised for 1.1 : Phil Armstrong Feb/11/2002                          -->
       
    15 <!--======================================================================-->
       
    16 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"  id="svg-root" viewBox="0 0 480 360" width="100%" height="100%" version="1.1" baseProfile="tiny">
       
    17 	<SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
       
    18 		<OperatorScript version="$Revision: 1.6 $" testname="render-elems-01-t-a.svg">
       
    19 			<Paragraph>
       
    20 				Verifies that shapes can be filled.
       
    21 			</Paragraph>
       
    22 			<Paragraph>
       
    23 				There is one pair of octagons.  These are filled.
       
    24 			</Paragraph>
       
    25 			<Paragraph>
       
    26 				The rendered image should match the reference image except for the text which may
       
    27 				show minor layout differences.
       
    28 			</Paragraph>
       
    29 			<Paragraph>
       
    30 				The test uses the 'path' element, as well as basic fill (solid primary colors), 
       
    31 				stroke (primary color 1-pixel and wide lines), font-family (Arial) and font-size properties - 
       
    32 				the common prerequisites.  
       
    33 							</Paragraph>
       
    34 		</OperatorScript>
       
    35 	</SVGTestCase>
       
    36 	<title id="test-title">render-elems-01-t</title>
       
    37 	<desc id="test-desc">This test validates that shapes can be both filled.</desc>
       
    38 	<!--======================================================================-->
       
    39 	<!--Content of Test Case follows...                  =====================-->
       
    40 	<!--======================================================================-->
       
    41 	<g id="test-body-content" >
       
    42 		<!-- ====================================================================== -->
       
    43 		<!-- First, fill shape with two different colors                            -->
       
    44 		<!-- ====================================================================== -->
       
    45 		<g transform="translate(30, 80)">
       
    46 			<g fill="red" ><path d='M60,0 l60,0 l60,60 l0,60 l-60,60 l-60,0 l-60,-60 l0,-60 z'/></g>
       
    47 			<g fill="black"  transform="translate(200, 0)"><path d='M60,0 l60,0 l60,60 l0,60 l-60,60 l-60,0 l-60,-60 l0,-60 z'/></g>
       
    48 			<text x="130" y="-30" font-size="28">Shape fill</text>
       
    49 		</g>
       
    50 	</g>
       
    51 	<text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.6 $</text>
       
    52 	<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
       
    53 </svg>
       
    54