Skip to content

Commit b206f31

Browse files
committed
[css-images-4] weird typo
1 parent 13141e3 commit b206f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
11071107
<div style="overflow: hidden">
11081108
<img style="float: right; margin-left: 1em;" src='images/conic-diagram.png' alt="[An image showing a box with a background shading gradually clockwise from white to black, starting from the top. A gradient circle is shown, and the colors at 0 and 216 degrees respectively.]">
11091109

1110-
This example visually illustrates how ''conic-gradient(at 25% 30%, white, black 60%)'' would be drawn. Note that since color stop positions always resolve to angles, the only effect of the center center is a 2D translation of the gradient, i.e. it does not affect how the gradient is drawn.
1110+
This example visually illustrates how ''conic-gradient(at 25% 30%, white, black 60%)'' would be drawn. Note that since color stop positions always resolve to angles, the only effect of the ''at 25% 30%'' is a 2D translation of the gradient, i.e. it does not affect how the gradient is drawn.
11111111
</div>
11121112
</div>
11131113

0 commit comments

Comments
 (0)