mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-27 02:07:12 +08:00
Exposes antialiasing option in Rive and RiveAnimation
This commit is contained in:
@ -15,6 +15,7 @@ class SimpleAnimation extends StatelessWidget {
|
||||
child: RiveAnimation.network(
|
||||
'https://cdn.rive.app/animations/vehicles.riv',
|
||||
fit: BoxFit.cover,
|
||||
antialiasing: false,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user