sioyek icon indicating copy to clipboard operation
sioyek copied to clipboard

[Bug] (v2.0) Page separator with custom colour leaves white line artifact on the right at certain zoom levels.

Open IToastPotatoes opened this issue 2 months ago • 1 comments

Image

This image was taken on a 4K display. You can hopefully notice a very small white line on the edge of the page. This occurs for all pages at only this zoom level.

Here is my config file:

super_fast_search 1
ruler_mode 1
# Page setup
    # Colors
        background_color 0.1647 0.1647 0.1804
        page_separator_color 0.1647 0.1647 0.1804
    # Gaps
        page_separator_width 5
# Startup
startup_commands toggle_scrollbar;

Here is the document:

nonwellfoundedsets.pdf

IToastPotatoes avatar Oct 06 '25 18:10 IToastPotatoes

Use real page separation instead:

real_page_separation 1
page_space_y 5

ahrm avatar Oct 10 '25 04:10 ahrm