diff --git a/flutter/lib/models/model.dart b/flutter/lib/models/model.dart index 1c7c6cafa..6734bd8fb 100644 --- a/flutter/lib/models/model.dart +++ b/flutter/lib/models/model.dart @@ -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); }