Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Jun 26, 2019

Fixes flutter/flutter#35141

I'm not clear on the best way to test this these days - perhaps a golden test in the framework?

@chinmaygarde
Copy link
Member

I'm not clear on the best way to test this these days - perhaps a golden test in the framework?

Once the UI unit-tests stuff lands, you should be able to snapshot the contents and compare results.

@dnfield dnfield requested a review from yjbanov June 27, 2019 00:03
@dnfield
Copy link
Contributor Author

dnfield commented Jun 27, 2019

@yjbanov is this appropriately done for stub_ui?

/// * [MaskFilter], which is used for drawing geometry.
ImageFilter get imageFilter {
// TODO(dnfield): Implement ImageFilter
return null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our approach is to file an issue for known missing Web features. We also typically throw an UnimplementedError, but if this would crash a test, then ignoring this value is fine.

@dnfield dnfield merged commit 0f9e297 into flutter:master Jun 27, 2019
@dnfield dnfield deleted the image_filter_paint branch June 27, 2019 06:02
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 27, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jun 27, 2019
flutter/engine@f3761ba...0f9e297

git log f3761ba..0f9e297 --no-merges --oneline
0f9e297 Support image filter on paint (flutter/engine#9508)
f3ef1bd Roll fuchsia/sdk/core/mac-amd64 from ZZsO1TTl-976ngr5N8h6rRvXTbMO_3qyKDpbeOhE0dwC to C8DMr5XY-F09ZBhT0lbvxOm5MtX3NMmFPKBO6fm40jEC (flutter/engine#9516)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
the roller if necessary.
johnsonmh pushed a commit to johnsonmh/flutter that referenced this pull request Jul 30, 2019
flutter/engine@f3761ba...0f9e297

git log f3761ba..0f9e297 --no-merges --oneline
0f9e297 Support image filter on paint (flutter/engine#9508)
f3ef1bd Roll fuchsia/sdk/core/mac-amd64 from ZZsO1TTl-976ngr5N8h6rRvXTbMO_3qyKDpbeOhE0dwC to C8DMr5XY-F09ZBhT0lbvxOm5MtX3NMmFPKBO6fm40jEC (flutter/engine#9516)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
the roller if necessary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

We should be able to run an ImageFilter on a paint

4 participants