Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Fix hShift and vShift in the GitHub Page #65

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ <h3>
<li>
<code>compareTopToBottom</code> Creates comparison-composition from top to bottom, otherwise it lets decide the app on what is best</li>
<li>
<code>hShift</code> Horizontal shift for possible antialiasing (default: 2) Set to 0 to turn this off.</li>
<code>hShift</code> Horizontal shift for possible antialiasing (default: 0)</li>
<li>
<code>vShift</code> Vertical shift for possible antialiasing (default: 2) Set to 0 to turn this off.</li>
<code>vShift</code> Vertical shift for possible antialiasing (default: 0)</li>
<li>
<code>hideShift</code> Uses the background color for "highlighting" shifts. (default: false)</li>
<li>
Expand Down
Loading