Skip to content

Some PNGs no longer render #27718

@Hixie

Description

@Hixie
flutter create dummy
cd dummy
echo "  assets:" >> pubspec.yaml
echo "    - test.png" >> pubspec.yaml
echo "import 'package:flutter/material.dart';" > lib/main.dart
echo "void main() => runApp(Image.asset('test.png'));" >> lib/main.dart
curl https://raw.githubusercontent.com/seamonkeysocial/cruisemonkey/master/images/deck_1.png > test.png
flutter run

The image doesn't render if you are using cd9a003 or later.
It renders fine in 99497dc (the previous commit).

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: regressionIt was better in the past than it is nowdependency: 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