summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/import/pservers-grad-13-b-manual.svg
blob: 02d67691e9ccffe5720d660bf6ca764720035fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<svg version="1.1" baseProfile="basic" id="svg-root"
  width="100%" height="100%" viewBox="0 0 480 360"
  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <!--======================================================================-->
  <!--=  SVG 1.1 2nd Edition Test Case                                     =-->
  <!--======================================================================-->
  <!--=  Copyright 2009 World Wide Web Consortium, (Massachusetts          =-->
  <!--=  Institute of Technology, European Research Consortium for         =-->
  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
  <!--=  All Rights Reserved.                                              =-->
  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
  <!--======================================================================-->
  <d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/"
    template-version="1.4" reviewer="CL" author="BB" status="accepted"
    version="$Revision: 1.5 $" testname="$RCSfile: pservers-grad-13-b.svg,v $">
    <d:testDescription xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3.org/TR/SVG11/pservers.html#Gradients">
        <p>
          The purpose of this file is to test several values for focal points of radial gradients.
        </p>
    </d:testDescription>
    <d:operatorScript xmlns="http://www.w3.org/1999/xhtml">
      <p>Run the test. No interaction required.</p>
    </d:operatorScript>
    <d:passCriteria xmlns="http://www.w3.org/1999/xhtml">
      <p>The test passes if the rendered image matches the reference image, except
      for any differences in font choice due to CSS2.</p>
    </d:passCriteria>
  </d:SVGTestCase>
  <title id="test-title">$RCSfile: pservers-grad-13-b.svg,v $</title>
  <defs>
    <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F">
      <font-face-src>
        <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
      </font-face-src>
    </font-face>
  </defs>
  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
    <text x="240" y="30" font-size="20" text-anchor="middle">Radial gradient focal point</text>
    <defs>
      <g id="alpha">
        <rect x="00" y="0" width="100" height="60" fill="yellow"/>
        <rect x="00" y="0" width="10" height="60" fill="gold"/>
        <rect x="15" y="0" width="10" height="60" fill="orange"/>
        <rect x="30" y="0" width="10" height="60" fill="sienna"/>
        <rect x="45" y="0" width="10" height="60" fill="gold"/>
        <rect x="60" y="0" width="10" height="60" fill="sienna"/>
        <rect x="75" y="0" width="10" height="60" fill="orange"/>
        <rect x="90" y="0" width="10" height="60" fill="gold"/>
        <rect x="00" y="0" width="100" height="60"/>
        <!-- inherits a radial gradient -->
      </g>
    </defs>
    <defs>
      <radialGradient id="grad1a" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="00.00%" fy="00%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad2a" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="16.66%" fy="00%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad4a" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="50.00%" fy="00%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad6a" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="83.33%" fy="00%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>

      <radialGradient id="grad1b" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="00.00%" fy="25%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad2b" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="16.66%" fy="25%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad4b" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="50.00%" fy="25%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad6b" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="83.33%" fy="25%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>

      <radialGradient id="grad1c" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="00.00%" fy="50%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad2c" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="16.66%" fy="50%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad4c" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="50.00%" fy="50%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad6c" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="83.33%" fy="50%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>

      <radialGradient id="grad1d" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="00.00%" fy="75%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad2d" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="16.66%" fy="75%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad4d" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="50.00%" fy="75%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
      <radialGradient id="grad6d" gradientUnits="objectBoundingBox" cx="10%" cy="10%" r="75%" fx="83.33%" fy="75%">
        <stop offset="0" stop-opacity="0"/>
        <stop offset=".5" stop-color="darkblue"/>
        <stop offset="1" stop-opacity="0"/>
      </radialGradient>
    </defs>

    <g id="group1" stroke="black" stroke-width="0.5">
      <use xlink:href="#alpha" x="017.5" y="045" fill="url(#grad1a)"/>
      <use xlink:href="#alpha" x="130" y="045" fill="url(#grad2a)"/>
      <use xlink:href="#alpha" x="242.5" y="045" fill="url(#grad4a)"/>
      <use xlink:href="#alpha" x="355" y="045" fill="url(#grad6a)"/>

      <use xlink:href="#alpha" x="017.5" y="110" fill="url(#grad1b)"/>
      <use xlink:href="#alpha" x="130" y="110" fill="url(#grad2b)"/>
      <use xlink:href="#alpha" x="242.5" y="110" fill="url(#grad4b)"/>
      <use xlink:href="#alpha" x="355" y="110" fill="url(#grad6b)"/>

      <use xlink:href="#alpha" x="017.5" y="175" fill="url(#grad1c)"/>
      <use xlink:href="#alpha" x="130" y="175" fill="url(#grad2c)"/>
      <use xlink:href="#alpha" x="242.5" y="175" fill="url(#grad4c)"/>
      <use xlink:href="#alpha" x="355" y="175" fill="url(#grad6c)"/>

      <use xlink:href="#alpha" x="017.5" y="240" fill="url(#grad1d)"/>
      <use xlink:href="#alpha" x="130" y="240" fill="url(#grad2d)"/>
      <use xlink:href="#alpha" x="242.5" y="240" fill="url(#grad4d)"/>
      <use xlink:href="#alpha" x="355" y="240" fill="url(#grad6d)"/>
    </g>
  </g>
  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.5 $</text>
  </g>
  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
  <!-- comment out this watermark once the test is approved -->
  <!--<g id="draft-watermark">
    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
  </g>-->
</svg>