Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / resources / shapes-ellipse-01-b.svg
blob119dc2caae30550f1d0ac9573251b6a34ec5c181
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg11.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 <!-- =====================================================================-->
10 <!-- -->
11 <!-- struct-cond-01-b.svg -->
12 <!-- Test that viewer has the basic capability -->
13 <!-- to handle the 'ellipse' element. -->
14 <!-- Author : V.Katrushenko, BitFlash Inc., 2002 -->
17 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="160" height="120">
18 <title id="test-title">shapes-rect-01-b</title>
19 <desc id="test-desc">Test that viewer has the basic capability to render the 'ellipse'element</desc>
21 <!--Content of Test Case follows...=======================================-->
23 <g id="test-body-content">
24 <ellipse id="default" cx="24" cy="22" rx="14" ry="9"/>
25 <ellipse id="nofill" stroke="#066" fill="none" cx="60" cy="22" rx="14" ry="9"/>
26 <text font-size="10" x="12" y="42">default</text>
28 <ellipse id="nostroke" stroke="none" cx="24" cy="56" rx="14" ry="9" />
29 <ellipse id="strokeNfill" stroke="#006699" stroke-width="4" fill="#f90" cx="60" cy="56" rx="14" ry="9"/>
30 <text font-size="10" x="12" y="76">filled</text>
32 <ellipse id="rxNyx" cx="102" cy="20" rx="12" ry="12"/>
33 <ellipse id="nofill" stroke="#066" fill="none" cx="136" cy="20" rx="12" ry="12"/>
34 <text font-size="10" x="88" y="42">'rx'='ry'</text>
36 <ellipse id="allattr" fill="#f90" stroke="#069" stroke-width="4" cx="120" cy="56" rx="30" ry="9"/>
37 <text font-size="10" x="88" y="76">all attributes</text>
40 </g>
42 <!--======================================================================-->
43 <!--Legend and frame: Title, suite and SVG document serialization====-->
44 <!--======================================================================-->
45 <rect id="slideframe" fill="none" stroke="#000000" stroke-width="1" x="1" y="1" width="158" height="118"/>
46 <g id="test-legend" fill="black" font-size="10" >
47 <rect x="3" y="81" width="154" height="36" fill="none" stroke="#000000" />
48 <text x="8" y="91">SVG v1.1 Conformance Suite</text>
49 <rect x="3" y="93" width="154" height="12" fill="none" stroke="#000000" />
50 <text font-size="9" x="8" y="103">shapes-ellipse-01-b</text>
51 <line stroke="#000000" x1="90" y1="93" x2="90" y2="117" />
52 <text font-size="9" x="91" y="103">$Revision: 1.1 $</text>
53 <a xlink:href="copyright-documents-19990405.html">
54 <text x="20" y="115" fill="blue">&#169;2002 W3C</text>
55 </a>
56 <text font-size="9" x="92" y="115">Release 1.0</text>
57 </g>
59 </svg>