summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.1/painting-stroke-04-t.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/data/1.1/painting-stroke-04-t.svg')
-rw-r--r--tests/arthur/data/1.1/painting-stroke-04-t.svg71
1 files changed, 71 insertions, 0 deletions
diff --git a/tests/arthur/data/1.1/painting-stroke-04-t.svg b/tests/arthur/data/1.1/painting-stroke-04-t.svg
new file mode 100644
index 0000000000..629026baec
--- /dev/null
+++ b/tests/arthur/data/1.1/painting-stroke-04-t.svg
@@ -0,0 +1,71 @@
+<?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/. =-->
+<!--======================================================================-->
+<!-- ===================================================================== -->
+<!-- -->
+<!-- paint-stroke-BE-02.svg -->
+<!-- renamed for 1.1 suite to "painting-stroke-04-t.svg -->
+<!-- -->
+<!-- Test that viewer has the basic capability to handle the stroke -->
+<!-- properties. -->
+<!-- -->
+<!-- -->
+<!-- Author : Kevin McCluskey, 23-Mar-2000 -->
+<!-- 1.1 revision by Rick Graham -->
+<!-- -->
+<!-- History: -->
+<!-- 23-Mar-2000, KMM, Serial#3 created. Matches 20000202 SVG spec. -->
+<!-- 28-Mar-2000, LH=" fix names" reposition/rescale; ser#4. -->
+<!-- 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.8 $" testname="painting-stroke-01-f.svg">
+ <Paragraph>
+ Verify the dasharray and dashoffset properties. Two lines are drawn, one red
+ and one black. Both have a dasharray of 10,10 giving a dashed appearance
+ where the size of the gaps and the size of the dash is equal. The help show this,
+ the black line has a stroke-dashoffset so that the dashes in the black line match
+ up with the gaps in the red line.
+ </Paragraph>
+ <Paragraph>
+ The rendered picture should match the reference image, except for possible
+ variations in the labelling text (per CSS2 rules).
+ </Paragraph>
+ <Paragraph>
+ The test uses the 'path' element, stroke, stroke-width, stroke-dasharray and stroke-dashoffset,
+ font-family (Arial) and font-size properties.
+ </Paragraph>
+ </OperatorScript>
+ </SVGTestCase>
+ <title id="test-title">painting-stroke-04-t</title>
+ <desc id="test-desc">Test that viewer has the basic capability to handle the &lt;stroke,stroke-opacity properites&gt;</desc>
+ <!--======================================================================-->
+ <!--Content of Test Case follows... =====================-->
+ <!--======================================================================-->
+ <g id="test-body-content">
+ <!-- ====================================================================== -->
+ <!-- Test stroke:dasharray:10, 5 and stroke-opacity -->
+ <!-- ====================================================================== -->
+ <text font-family="Arial" font-size="36" x="10" y="60">Basic paint: stroke properties.</text>
+ <path id="stroke-7b" fill="none" stroke="red" stroke-width="25" stroke-dashoffset="0" stroke-dasharray="10,10" d="M 50 120 L 430 120"/>
+ <path id="stroke-7c" fill="none" stroke="black" stroke-width="25" stroke-dashoffset="10" stroke-dasharray="10,10" d="M 50 140 L 430 140"/>
+ <text font-family="Arial" font-size="30" x="65" y="210">stroke:dasharray:10, 10</text>
+ <text font-family="Arial" font-size="30" x="75" y="260">stroke:dashoffset:10</text>
+ </g>
+
+ <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.8 $</text>
+ <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
+</svg>
+