change cursor resize interpolation to linear

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2022-11-15 23:02:50 +08:00
parent 44b89f574b
commit 46423614c8

View File

@ -734,7 +734,7 @@ class CursorData {
image!,
width: (width * scale).toInt(),
height: (height * scale).toInt(),
interpolation: img2.Interpolation.cubic,
interpolation: img2.Interpolation.linear,
)
.getBytes(format: img2.Format.bgra);
}