Skip to content

Flutter renders animated gif with a black border when resizing #28785

@lukepighetti

Description

@lukepighetti

Here is the .gif in question

gargron

import 'package:flutter/material.dart';

class Loading extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Center(
      child: CircleAvatar(
        backgroundColor: Colors.white30,
        radius: 48,
        backgroundImage: AssetImage("assets/gargron.gif"),
      ),
    );
  }
}

How it renders:

img_2167

Metadata

Metadata

Assignees

Labels

dependency: skiaSkia team may need to help usengineflutter/engine related. See also e: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions