Skip to content

Commit

Permalink
fix #31
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytung committed Jan 10, 2024
1 parent fc14d0c commit c6a6e3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified samples/EPUB FXL sample/item/image/i-006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified samples/EPUB FXL sample/item/image/i-007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion samples/EPUB FXL sample/item/standard.opf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

</manifest>

<spine page-progression-direction="rtl">
<spine page-progression-direction="ltr">

<itemref linear="yes" idref="p-cover" properties="rendition:page-spread-center"/>
<itemref linear="yes" idref="p-white" properties="page-spread-right"/>
Expand Down
4 changes: 2 additions & 2 deletions samples/EPUB reflow sample_橫排/item/xhtml/p-006.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@

<p class="indent-2em"><span class="bg-blue">背景色為藍色class="bg-blue"</span></p>

<p class="indent-2em"><span class="color-cyan">文字黃色class="color-cyan"</span></p>
<p class="indent-2em"><span class="color-cyan">文字青色class="color-cyan"</span></p>

<p class="indent-2em"><span class="bg-cyan">背景色為黃色class="bg-cyan"</span></p>
<p class="indent-2em"><span class="bg-cyan">背景色為青色class="bg-cyan"</span></p>

<p class="indent-2em"><span class="color-magenta">文字桃紅色class="color-magenta"</span></p>

Expand Down
4 changes: 2 additions & 2 deletions samples/EPUB reflow sample_直排/item/xhtml/p-006.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@

<p class="indent-2em"><span class="bg-blue">背景色為藍色class="bg-blue"</span></p>

<p class="indent-2em"><span class="color-cyan">文字黃色class="color-cyan"</span></p>
<p class="indent-2em"><span class="color-cyan">文字青色class="color-cyan"</span></p>

<p class="indent-2em"><span class="bg-cyan">背景色為黃色class="bg-cyan"</span></p>
<p class="indent-2em"><span class="bg-cyan">背景色為青色class="bg-cyan"</span></p>

<p class="indent-2em"><span class="color-magenta">文字桃紅色class="color-magenta"</span></p>

Expand Down

0 comments on commit c6a6e3e

Please sign in to comment.