Skip to content

Commit b46033b

Browse files
committed
[css-images-4] Fixed incorrect example of overlaid radial and conic gradients, w3c#3355
1 parent 1368ced commit b46033b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ Conic Gradient Examples</h4>
16921692
A conic gradient with a radial gradient overlaid on it, to draw a hue & saturation wheel:
16931693

16941694
<pre class=lang-css>
1695-
background: radial-gradient(gray, transparent),
1695+
background: radial-gradient(closest-side, gray, transparent),
16961696
conic-gradient(red, magenta, blue, aqua, lime, yellow, red);
16971697
border-radius: 50%;
16981698
width: 200px; height: 200px;

0 commit comments

Comments
 (0)