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
390-
./animation1.png" alt="">
390+
images/animation1.png" alt="">
391391
Animation states specified by keyframes
392392
393393

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

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

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

269269
270-
270+
images/step-easing-keyword-examples.svg" width="500"
271271
alt="Example step easing keywords.">
272272
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
309-
309+
images/step-easing-func-examples.svg" width="500"
310310
alt="Example step easing functions.">
311311
312312
Example step easing functions.

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
<img src="about:unicorn"
468468
style="background: double-rainbow(bottom, closest-corner)">
469469
470-
./unicorn.svg">
470+
images/unicorn.svg">
471471