Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / painting-stroke-07-t.svg
bloba0c97e76e7a4ac44fddac5ee1319d5253621a6a7
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">
3 <!--======================================================================-->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
5 <!--= Institute of Technology, Institut National de Recherche en =-->
6 <!--= Informatique et en Automatique, Keio University). All Rights =-->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
8 <!--======================================================================-->
9 <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">
10 <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 $">
11 <OperatorScript>
12 <Paragraph>
13 Test effect of different stroke-miterlimits. For this particular combination of
14 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.
15 </Paragraph>
16 </OperatorScript>
17 </SVGTestCase>
18 <title id="test-title">$RCSfile: painting-stroke-07-t.svg,v $</title>
19 <g id="test-body-content">
20 <g transform="scale(1.2) translate(60, 30)">
21 <!-- test different miterlimits -->
22 <path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="20" fill="none"
23 d="M 20 20 L 200 30 L 20 40"/>
24 <path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="18.1" fill="none"
25 d="M 20 50 L 200 60 L 20 70"/>
26 <path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="17.9" fill="none"
27 d="M 20 80 L 200 90 L 20 100"/>
28 <path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="17" fill="none"
29 d="M 20 110 L 200 120 L 20 130"/>
30 <path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="4" fill="none"
31 d="M 20 140 L 200 150 L 20 160"/>
32 <path stroke="black" stroke-width="10" stroke-linejoin="miter" stroke-miterlimit="1" fill="none"
33 d="M 20 170 L 200 180 L 20 190"/>
35 </g>
36 </g>
37 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.4 $</text>
38 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
39 </svg>