Skip to content

Commit

Permalink
[css-images-3][editorial] Fix markup error
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Dec 18, 2023
1 parent e089b71 commit 8a5608c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-images-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ Coloring the Gradient Line</h4>
With premultiplied colors,
transitions to or from "transparent" always look nice:

<object data="images/gradient2.svg" width="200"height="100">(Image requires SVG)</object>
<object data="images/gradient2.svg" width="200" height="100">(Image requires SVG)</object>

On the other hand,
if a gradient were to incorrectly transition in non-premultiplied space,
Expand All @@ -1045,7 +1045,7 @@ Coloring the Gradient Line</h4>
as it loses opacity,
and similarly with the blue's transition:

<object data="images/gradient3.svg" width="200"height="100">(Image requires SVG)</object>
<object data="images/gradient3.svg" width="200" height="100">(Image requires SVG)</object>
</div>

</details>
Expand Down

0 comments on commit 8a5608c

Please sign in to comment.