Skip to content

Commit 22c40f9

Browse files
authored
Meta: use path-absolute-URL strings for various images
Prevents a 404 error on them when using the commit-snapshots.
1 parent 17308a5 commit 22c40f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76424,37 +76424,37 @@ interface <dfn interface>OffscreenCanvasRenderingContext2D</dfn> {
7642476424
<td>255, 127, 0, 255
7642576425
<td>255, 127, 0, 255
7642676426
<td>Completely-opaque orange
76427-
<td><img src="images/premultiplied-example-1.png" width="96" height="96" alt="An opaque orange circle sits atop a background">
76427+
<td><img src="/images/premultiplied-example-1.png" width="96" height="96" alt="An opaque orange circle sits atop a background">
7642876428
<tr>
7642976429
<td>rgba(255, 255, 0, 0.5)
7643076430
<td>127, 127, 0, 127
7643176431
<td>255, 255, 0, 127
7643276432
<td>Halfway-opaque yellow
76433-
<td><img src="images/premultiplied-example-2.png" width="96" height="96" alt="A yellow circle, halfway transparent, sits atop a background">
76433+
<td><img src="/images/premultiplied-example-2.png" width="96" height="96" alt="A yellow circle, halfway transparent, sits atop a background">
7643476434
<tr>
7643576435
<td>Unrepresentable
7643676436
<td>255, 127, 0, 127
7643776437
<td>Unrepresentable
7643876438
<td>Additive halfway-opaque orange
76439-
<td><img src="images/premultiplied-example-3.png" width="96" height="96" alt="An orange circle somewhat brightens the background that it sits atop">
76439+
<td><img src="/images/premultiplied-example-3.png" width="96" height="96" alt="An orange circle somewhat brightens the background that it sits atop">
7644076440
<tr>
7644176441
<td>Unrepresentable
7644276442
<td>255, 127, 0, 0
7644376443
<td>Unrepresentable
7644476444
<td>Additive fully-transparent orange
76445-
<td><img src="images/premultiplied-example-4.png" width="96" height="96" alt="An orange circle completely brightens the background that it sits atop">
76445+
<td><img src="/images/premultiplied-example-4.png" width="96" height="96" alt="An orange circle completely brightens the background that it sits atop">
7644676446
<tr>
7644776447
<td>rgba(255, 127, 0, 0)
7644876448
<td>0, 0, 0, 0
7644976449
<td>255, 127, 0, 0
7645076450
<td>Fully-transparent ("invisible") orange
76451-
<td><img src="images/premultiplied-example-5.png" width="96" height="96" alt="An empty background with nothing atop it">
76451+
<td><img src="/images/premultiplied-example-5.png" width="96" height="96" alt="An empty background with nothing atop it">
7645276452
<tr>
7645376453
<td>rgba(0, 127, 255, 0)
7645476454
<td>0, 0, 0, 0
7645576455
<td>255, 127, 0, 0
7645676456
<td>Fully-transparent ("invisible") turquoise
76457-
<td><img src="images/premultiplied-example-5.png" width="96" height="96" alt="An empty background with nothing atop it">
76457+
<td><img src="/images/premultiplied-example-5.png" width="96" height="96" alt="An empty background with nothing atop it">
7645876458
</table>
7645976459
</div>
7646076460

0 commit comments

Comments
 (0)