Skip to content

Commit 8a5608c

Browse files
committed
[css-images-3][editorial] Fix markup error
1 parent e089b71 commit 8a5608c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-images-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ Coloring the Gradient Line</h4>
10351035
With premultiplied colors,
10361036
transitions to or from "transparent" always look nice:
10371037

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

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

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

10511051
</details>

0 commit comments

Comments
 (0)