Skip to content

Commit ca6efb8

Browse files
committed
[css-images-4] Minor changes
1 parent 6b582ed commit ca6efb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-images-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
599599
<div style="overflow: hidden">
600600
<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.]">
601601

602-
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.
602+
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.
603603
</div>
604604
</div>
605605

@@ -683,7 +683,7 @@ Conic Gradient Examples</h4>
683683

684684
<div class=example>
685685
Below are various ways of specifying the same basic conic gradient.
686-
This demonstrates how even color stop angles outside [0deg, 360deg) are not directly painted,
686+
This demonstrates how even though color stops with angles outside [0deg, 360deg) are not directly painted,
687687
they can still affect the color of the painted part of the gradient.
688688

689689
<pre>

0 commit comments

Comments
 (0)