From d729bad41145fada11a786446286601e7310e684 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 30 Oct 2022 17:09:56 +0100 Subject: [PATCH] Small correction in THEMES-DEV.md --- THEMES-DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THEMES-DEV.md b/THEMES-DEV.md index 026c35d5d..0c3b0e1cc 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -947,7 +947,7 @@ Properties: - Valid values are `top` or `bottom` - Default is `bottom` * `interpolation` - type: STRING - - Interpolation method to use when scaling. Nearest neighbor (`nearest`) preserves sharp pixels and linear filtering (`linear`) makes the image smoother. This property has limited effect on scalable vector graphics (SVG) images unless the image is stretched or squashed using the `size` property, or if rotation is applied. + - Interpolation method to use when scaling. Nearest neighbor (`nearest`) preserves sharp pixels and linear filtering (`linear`) makes the image smoother. This property has limited effect on scalable vector graphics (SVG) images unless rotation is applied. - Valid values are `nearest` or `linear` - Default is `nearest` * `color` - type: COLOR