Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion master/images/text/text-wrap-vertical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions master/text.html
Original file line number Diff line number Diff line change
Expand Up @@ -2126,8 +2126,8 @@ <h3 id='InlineSize'>The <span class="property">'inline-size'</span> property</h3
<svg xmlns="http://www.w3.org/2000/svg"
width="100" height="300" viewBox="0 0 100 300">

<text x="62.5" y="25" inline-size="200"
style="font: 25px IPAMincho; inline-size: 200px; writing-mode: vertical-rl;">
<text x="62.5" y="25" inline-size="250"
style="font: 25px IPAMincho; inline-size: 250px; writing-mode: vertical-rl;">
テキストは10文字後に折り返されます。</text>

</svg>
Expand Down