summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6b89b7d..88e5cc2 100644
--- a/TODO
+++ b/TODO
@@ -30,4 +30,8 @@ A workaround (--thumb-redraw) exists, but at some point a rewrite with a
GUI-toolkit or similar (or maybe writing a completely new tool for that and
removing the feature from feh) would be due.
-Create captions directory if it doesn't exist
+Create captions directory if it doesn't exist.
+
+Fix occasionally missing right/bottom border pixels in zoomed images. Cause by
+floating inprecisions either in winwidget_sanitise_offsets or
+winwidget_render_image (probably the latter).