Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-images-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ Color Stop “Fixup”</h4>
giving red 1 share and green 2 shares of the 300px remaining
after subtracting blue's 100px from the 400px total.

<img src="images/stripes-example-33-1.png" style="height:1em; width:400px;" alt="example 1">
<img src="images/stripes1.svg" style="height:20px; width:400px;" alt="">

On the other hand,
''stripes(red .1fr, green .2fr, blue 100px)''
Expand All @@ -2049,7 +2049,7 @@ Color Stop “Fixup”</h4>
which is then distributed in the 1:2 ratio
dictated by the <<flex>> values.

<img src="images/example33-2.png" style="height: 1em; width:400px;" alt="example 2">
<img src="images/stripes2.svg" style="height: 20px; width:400px;" alt="">

(This is similar to how [=flex layout=] deals with small <<flex>> sums on a line,
and ensures smoothly continuous behavior
Expand Down
Binary file removed css-images-4/images/example33-2.png
Binary file not shown.
Binary file removed css-images-4/images/stripes-example-33-1.png
Binary file not shown.
5 changes: 5 additions & 0 deletions css-images-4/images/stripes1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions css-images-4/images/stripes2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.