summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.1/shapes-circle-01-t.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/data/1.1/shapes-circle-01-t.svg')
-rw-r--r--tests/arthur/data/1.1/shapes-circle-01-t.svg56
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/arthur/data/1.1/shapes-circle-01-t.svg b/tests/arthur/data/1.1/shapes-circle-01-t.svg
new file mode 100644
index 0000000000..d8e5380667
--- /dev/null
+++ b/tests/arthur/data/1.1/shapes-circle-01-t.svg
@@ -0,0 +1,56 @@
+<?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/. =-->
+<!--======================================================================-->
+<!-- ===================================================================== -->
+<!-- -->
+<!-- shapes-circle-01.t.svg -->
+<!-- renamed for 1.1 suite to shapes-circle-01-t.svg -->
+<!-- -->
+<!-- Test ability to handle the 'circle' basic-shapes element. -->
+<!-- -->
+<!-- Author : Lofton Henderson 23-March-2000 -->
+<!-- Revised for 1.1 : Tolga Capin 14-Feb-2002 -->
+<!-- -->
+<!-- History: -->
+<!-- 23-Mar-2000, LH: Serial#1 created. -->
+<!-- 03-Aug-2000, LH=" update DOCTYPE for CR DTD, 20000802" ser# . -->
+<!-- -->
+<!-- ===================================================================== -->
+<!--======================================================================-->
+<!--= Note. After October 2000, revision history is kept as CVS 'commit' =-->
+<!--= log messages, and therefore is no longer in the preceding preamble.=-->
+<!--======================================================================-->
+<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">
+
+ <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
+ <OperatorScript version="$Revision: 1.6 $" testname="shapes-circle-01-f.svg">
+ <Paragraph>
+ The rendered picture should match the reference image, except
+ for possible variations in the labelling text (per CSS2 rules).
+ </Paragraph>
+ </OperatorScript>
+ </SVGTestCase>
+
+ <title id="test-title">shapes-circle-01-t</title>
+ <desc id="test-desc">Test ability to handle the 'circle' basic shapes element.</desc>
+ <!--======================================================================-->
+ <!--Content of Test Case follows... =====================-->
+ <!--======================================================================-->
+ <g id="test-body-content">
+ <circle cx="100" cy="100" r="50" fill="none" stroke="black" />
+ <circle cx="220" cy="100" r="35" fill="red" stroke="black" />
+ <circle cx="340" cy="100" r="20" fill="black" stroke="lime" stroke-width="4" />
+ <circle cx="100" cy="260" r="20" stroke="lime" fill="yellow" stroke-width="4" />
+ <circle cx="220" cy="260" r="35" stroke="none" fill="blue" />
+ <circle cx="340" cy="260" r="50" stroke="red" fill="none" stroke-width="10" />
+ </g>
+ <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.6 $</text>
+ <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
+</svg>
+