mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Over-sharpened images from filter quality (#208)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
eb67ea6679
commit
b470c26875
4 changed files with 1 additions and 5 deletions
|
|
@ -112,7 +112,7 @@ class _TrickPlayPainter extends CustomPainter {
|
|||
model.height.toDouble(),
|
||||
);
|
||||
|
||||
Paint paint = Paint()..filterQuality = FilterQuality.high;
|
||||
Paint paint = Paint();
|
||||
Rect dstRect = Rect.fromLTWH(0, 0, size.width, size.height);
|
||||
canvas.drawImageRect(image, srcRect, dstRect, paint);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue