blob: a0c97e76e7a4ac44fddac5ee1319d5253621a6a7 [file] [log] [blame]
<?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/. =-->
<!--======================================================================-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
<SVGTestCase xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" reviewer="CL" owner="CN" desc="Test effect of different stroke-miterlimits." status="approved" version="$Revision: 1.4 $" testname="$RCSfile: painting-stroke-07-t.svg,v $">
<OperatorScript>
<Paragraph>
Test effect of different stroke-miterlimits. For this particular combination of
stroke width and angle, the cut off value of stroke-miterlimit is 18.028. Thus, the first and second subtests should not truncate the stroke, and all the rest must truncate it.
</Paragraph>
</OperatorScript>
</SVGTestCase>
<title id="test-title">$RCSfile: painting-stroke-07-t.svg,v $</title>
<g id="test-body-content">
<g transform="scale(1.2) translate(60, 30)">
<!-- test different miterlimits -->
<path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="20" fill="none"
d="M 20 20 L 200 30 L 20 40"/>
<path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="18.1" fill="none"
d="M 20 50 L 200 60 L 20 70"/>
<path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="17.9" fill="none"
d="M 20 80 L 200 90 L 20 100"/>
<path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="17" fill="none"
d="M 20 110 L 200 120 L 20 130"/>
<path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="4" fill="none"
d="M 20 140 L 200 150 L 20 160"/>
<path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="1" fill="none"
d="M 20 170 L 200 180 L 20 190"/>
</g>
</g>
<text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.4 $</text>
<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
</svg>