From 04c743a463e0a2aad6ec1b7b805279473f2f0e5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <David.Tschumperle@gmail.com>
Date: Sat, 13 Oct 2018 12:22:29 +0200
Subject: [PATCH] .

---
 CImg.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CImg.h b/CImg.h
index a5496b6..1ef09d9 100644
--- a/CImg.h
+++ b/CImg.h
@@ -59650,6 +59650,7 @@ namespace cimg_library_suffixed {
           if (ptrd + n<=ptrde) { std::memset(ptrd,v,n); ptrd+=n; }
           else { std::memset(ptrd,v,ptrde - ptrd); break; }
         }
+        base_font.get_shared_row(base_font.height()-1).fill(0); // Remove wrong pixels on last line
       }
 
       // Find optimal font cache location to return.
-- 
GitLab