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">
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 <!-- paint-stroke-BE-02.svg -->
12 <!-- renamed for 1.1 suite to "painting-stroke-02-t.svg -->
13 <!-- Author : Kevin McCluskey, 23-Mar-2000 -->
14 <!-- 1.1 revision by Rick Graham -->
15 <!--======================================================================-->
16 <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">
17 <SVGTestCase xmlns=
"http://www.w3.org/2000/02/svg/testsuite/description/">
18 <OperatorScript version=
"$Revision: 1.10 $" testname=
"painting-stroke-02-t.svg">
20 Verify the basic capability to handle the stroke properties (
"stroke",
"stroke-width",
21 "stroke-linejoin") in combination with the
"rect" element and straight-line path commands.
22 The pair should be rendered as two red rectangles without an interior fill.
23 The upper rectangle should have a stroke width of
5 with sharp corners.
24 The lower rectangle should have a stroke width of
5 with round corners.
27 The test uses the
"rect" element, as well as basic
"fill" (solid primary colors),
28 "stroke",
stroke=
"red" stroke-width=
"10" stroke-linejoin=
"round",
29 "font-family" (Arial) and
"font-size" properties.
33 <title id=
"test-title">painting-stroke-
02-t
</title>
34 <desc id=
"test-desc">Test that viewer has the basic capability to handle the
<stroke properites
></desc>
35 <!--======================================================================-->
36 <!--Content of Test Case follows... =====================-->
37 <!--======================================================================-->
38 <g id=
"test-body-content">
39 <!-- ====================================================================== -->
40 <!-- Set of rectangles with stroke-width:10 and stroke-linejoin:round-->
41 <!-- ====================================================================== -->
42 <text font-family=
"Arial" font-size=
"36" x=
"10" y=
"40">Basic paint: stroke properties.
</text>
43 <rect id=
"stroke-01" fill=
"none" stroke=
"red" stroke-width=
"20" x=
"90" y=
"70" width=
"300" height=
"50"/>
44 <rect id=
"stroke-02" fill=
"none" stroke=
"red" stroke-width=
"20" stroke-linejoin=
"round" x=
"90" y=
"190" width=
"300" height=
"50"/>
45 <text font-family=
"Arial" font-size=
"40" x=
"120" y=
"160">stroke-width=
"20"</text>
46 <text font-family=
"Arial" font-size=
"40" x=
"58" y=
"290">stroke-linejoin=
"round"</text>
49 <text id=
"revision" x=
"10" y=
"340" font-size=
"40" stroke=
"none" fill=
"black">$Revision:
1.10 $
</text>
50 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" fill=
"none" stroke=
"#000000"/>