Skip to content

Commit b9a8aa5

Browse files
committed
Move images used in specs into subdirectories that bikeshed echidna will automatically package.
Fixes most of #7505.
1 parent dda0d17 commit b9a8aa5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+43
-43
lines changed

css-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ as illustrated below:
387387
the state of the animation if it were given a duration of ''10s''.
388388

389389
<figure>
390-
<img src="./animation1.png" alt="">
390+
<img src="images/animation1.png" alt="">
391391
<figcaption>Animation states specified by keyframes</figcaption>
392392
</figure>
393393
</div>
File renamed without changes.

css-easing-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ input progress value and producing a corresponding transformed output progress
6464
value.
6565

6666
<figure>
67-
<img src="easing-function-example.svg" width="400"
67+
<img src="images/easing-function-example.svg" width="400"
6868
alt="Example of an easing function that produces an ease-in effect.">
6969
<figcaption>
7070
Example of an easing function that produces an ease-in effect.<br>
@@ -150,7 +150,7 @@ The <var>x</var> coordinates of <var>P1</var> and <var>P2</var>
150150
are restricted to the range [0, 1].
151151

152152
<figure>
153-
<img src="cubic-bezier-easing-curve.svg" width="400"
153+
<img src="images/cubic-bezier-easing-curve.svg" width="400"
154154
alt="A cubic Bezier curve used as an easing function.">
155155
<figcaption>
156156
A cubic B&eacute;zier curve used as an easing function.<br>
@@ -195,7 +195,7 @@ The meaning of each value is as follows:
195195
The keyword values listed above are illustrated below.
196196

197197
<figure>
198-
<img src="curve-keywords.svg" width="500"
198+
<img src="images/curve-keywords.svg" width="500"
199199
alt="The easing functions produced by keyword values.">
200200
<figcaption>
201201
The easing functions produced by each of the cubic B&eacute;zier easing
@@ -267,7 +267,7 @@ The meaning of each value is as follows:
267267
:: Computes to ''steps(1, end)''
268268

269269
<figure>
270-
<img src="step-easing-keyword-examples.svg" width="500"
270+
<img src="images/step-easing-keyword-examples.svg" width="500"
271271
alt="Example step easing keywords.">
272272
<figcaption>
273273
Example step easing function keyword values.
@@ -306,7 +306,7 @@ The meaning of each value is as follows:
306306
These values are illustrated below:
307307

308308
<figure>
309-
<img src="step-easing-func-examples.svg" width="500"
309+
<img src="images/step-easing-func-examples.svg" width="500"
310310
alt="Example step easing functions.">
311311
<figcaption>
312312
Example step easing functions.
File renamed without changes.

css-egg-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ modern web standards can be used to achieve a similar effect.
467467
&lt;img src="about:unicorn"
468468
style="background: double-rainbow(bottom, closest-corner)">
469469
</code></pre>
470-
<img class=fabulous src="./unicorn.svg">
470+
<img class=fabulous src="images/unicorn.svg">
471471
<style>
472472
.fabulous {
473473
background: radial-gradient(closest-corner circle at bottom, transparent, rgba(250, 250, 210, 0.251) 63%, rgba(148, 0, 211, 0.251), rgba(0, 0, 128, 0.251), rgba(0, 0, 255, 0.251), rgba(0, 128, 0, 0.251), rgba(255, 255, 0, 0.251), rgba(255, 165, 0, 0.251), rgba(255, 0, 0, 0.251), transparent 67%, transparent 90%, rgba(255, 0, 0, 0.126), rgba(255, 165, 0, 0.126), rgba(255, 255, 0, 0.126), rgba(0, 128, 0, 0.126), rgba(0, 0, 255, 0.126), rgba(0, 0, 128, 0.126), rgba(148, 0, 211, 0.126), transparent 100%);
File renamed without changes.

0 commit comments

Comments
 (0)