diff --git a/pixmappresenter.d b/pixmappresenter.d index fa9269a..edc97f4 100644 --- a/pixmappresenter.d +++ b/pixmappresenter.d @@ -103,7 +103,9 @@ // always have a size that is a // multiple of the internal // resolution. - // The gentle reader might have noticed that the integer scaling will result + // → 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? cfg.renderer.background = ColorF(Pixel.white);