change cursor resize interpolation to linear
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
44b89f574b
commit
46423614c8
@ -734,7 +734,7 @@ class CursorData {
|
|||||||
image!,
|
image!,
|
||||||
width: (width * scale).toInt(),
|
width: (width * scale).toInt(),
|
||||||
height: (height * scale).toInt(),
|
height: (height * scale).toInt(),
|
||||||
interpolation: img2.Interpolation.cubic,
|
interpolation: img2.Interpolation.linear,
|
||||||
)
|
)
|
||||||
.getBytes(format: img2.Format.bgra);
|
.getBytes(format: img2.Format.bgra);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user