From 334ccb42ce25b1370ad6b3e5da84ca35e895040b Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Sun, 6 Oct 2024 04:04:53 +0200 Subject: [PATCH] Mention `Scaling.intHybrid` in code example --- pixmappresenter.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pixmappresenter.d b/pixmappresenter.d index b93bd04..edc97f4 100644 --- a/pixmappresenter.d +++ b/pixmappresenter.d @@ -103,6 +103,8 @@ // always have a size that is a // multiple of the internal // resolution. + // → Also check out the + // `intHybrid` scaling mode. // The gentle reader might have noticed that integer scaling will result // in a padding/border area around the image for most window sizes. // How about changing its color?