qt5base-lts/tests/arthur/data/1.1/painting-stroke-02-t.svg
Qt by Nokia 38be0d1383 Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
Qt Git wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo, Qt master branch, at commit
896db169ea224deb96c59ce8af800d019de63f12
2011-04-27 12:05:43 +02:00

57 lines
3.7 KiB
XML

<?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-02-t.svg -->
<!-- Author : Kevin McCluskey, 23-Mar-2000 -->
<!-- 1.1 revision by Rick Graham -->
<!--======================================================================-->
<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-t.svg">
<Paragraph>
Verify the basic capability to handle the stroke properties (stroke, stroke-width
stroke-linejoin)in combination with the rect element and straight-line path commands.
The pair should be rendered as two red rectangles without an interior fill.
The upper rectangle should have a stroke width of 5 with sharp corners.
The lower rectangle should have a stroke width of 5 with round corners.
</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 'rect' element, as well as basic fill (solid primary colors),
stroke, stroke:red stroke-width:10 stroke-linejoin:round
font-family (Arial) and font-size properties.
</Paragraph>
</OperatorScript>
</SVGTestCase>
<title id="test-title">painting-stroke-02-t</title>
<desc id="test-desc">Test that viewer has the basic capability to handle the &lt;stroke properites&gt;</desc>
<!--======================================================================-->
<!--Content of Test Case follows... =====================-->
<!--======================================================================-->
<g id="test-body-content">
<!-- ====================================================================== -->
<!-- Set of rectangles with stroke-width:10 and stroke-linejoin:round-->
<!-- ====================================================================== -->
<text font-family="Arial" font-size="36" x="10" y="40">Basic paint: stroke properties.</text>
<rect id="stroke-01" fill="none" stroke="red" stroke-width="20" x="90" y="70" width="300" height="50"/>
<rect id="stroke-02" fill="none" stroke="red" stroke-width="20" stroke-linejoin="round" x="90" y="190" width="300" height="50"/>
<text font-family="Arial" font-size="40" x="120" y="160">stroke-width:20</text>
<text font-family="Arial" font-size="40" x="58" y="290">stroke-linejoin:round</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>