You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
‘fx’, ‘fy’, and ‘fr’ define the start circle for the radial gradient. The gradient will be drawn such that the 0% gradient stop is mapped to the perimeter of this start circle.
1379
1380
◎
1380
1381
initial value
1381
-
see below
1382
+
50%
1382
1383
Animatable
1383
1384
yes
1384
1385
</dd>
1385
1386
<dd>
1386
-
[
1387
-
`fx$aR / `fy$aR
1388
-
]属性が指定されていない場合、[
1389
-
`fx$aR / `fy$aR
1390
-
]は[
1391
-
`cx$aR / `cy$aR
1392
-
]の呈示~用の値に一致することになる
1393
-
— 当の要素が[
1394
-
`cx$aR / `cy$aR
1395
-
]用の値を継承するかどうかを問わず。
1396
-
◎
1397
-
If attribute ‘fx’ is not specified, ‘fx’ will coincide with the presentational value of ‘cx’ for the element whether the value for 'cx' was inherited or not.\
This diagram shows how the geometric attributes are defined for the case where ‘fr’ is 50% of ‘r’. The small circle marks the center of the outermost circle (‘cx’,‘cy’), while the cross marks the center of the innermost circle (‘fx’,‘fy’). The dashed lines show two gradient vectors. Vectors connect corresponding points on the inner and outer most circles. The region outside the outer circle is painted with the last stop-color while the region inside the inner circle is painted with the first stop-color.
If attribute ‘fy’ is not specified, ‘fy’ will coincide with the presentational value of ‘cy’ for the element whether the value for 'cy' was inherited or not. If the element references an element that specifies a value for 'fy', then the value of 'fy' is inherited from the referenced element.
1429
+
If the element references an element that specifies a value for 'fy', then the value of 'fy' is inherited from the referenced element.
If the attribute is not specified, the effect is as if a value of '0%' were specified. If the element references an element that specifies a value for 'fr', then the value of 'fr' is inherited from the referenced element.
SVG 1.1 does not define what to do when the focal point is on the circle edge, with 'repeat'. The distance between the first and last stop for the repeating colors is 0. It was resolved that the paint should generate a color that is the weighted average (by offset) of all the gradient stops.
1631
1612
</p>
1632
-
1633
1613
</div>
1634
1614
1635
1615
</section>
@@ -1998,7 +1978,7 @@ <h4 title="Notes on gradient stops">14.2.4.3. 色停に対する注記</h4>
1998
1978
~gradient効果が生じるためには、
1999
1979
2 個~以上の色停を定義することが必要yである。
2000
1980
定義されている色停が無い場合、
2001
-
塗り~styleに `none^v が指定されていたかのようになるモノトスル。
1981
+
塗り~styleに `none^v が指定されたかのようになるモノトスル。
2002
1982
定義されている色停が 1 個だけの場合、
2003
1983
その色停~用に定義された色のみを利用する~fillでベタ色に塗られる。
2004
1984
◎
@@ -2053,9 +2033,7 @@ <h4 title="Notes on gradient stops">14.2.4.3. 色停に対する注記</h4>
2053
2033
◎
2054
2034
which is a gradient that goes smoothly from white to red, then abruptly shifts from red to blue, and then goes smoothly from blue to black.
0 commit comments