commit | 5c7aea6f20fca77c18bf43f207bdd751a8828ae6 | [log] [tgz] |
---|---|---|
author | Jason Simmons <jason-simmons@users.noreply.github.com> | Tue Mar 26 12:34:15 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 26 19:34:15 2024 +0000 |
tree | c3cf1876261c6a885e2a2c510d3477e8a531d146 | |
parent | 38ccdf8f3c14157e7fa696ddc707b5347d193557 [diff] |
[Impeller] Do not apply mask filters to a DrawPaint cover geometry (#51670) The DisplayListBuilder only updates the paint attributes that are relevant to a given operation. DrawPaint does not support mask filters, so DisplayListBuilder::DrawPaint will not modify the mask filter state. So a call to DrawPaint in the display list dispatcher may receive a paint containing a mask filter set by a previous call. Aiks Canvas::DrawPaint should ignore any mask filter set on the paint (matching the spec for Skia's SkCanvas::drawPaint) Fixes https://github.com/flutter/flutter/issues/145442
Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter's core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile toolchain. Most developers will interact with Flutter via the Flutter Framework, which provides a modern, reactive framework, and a rich set of platform, layout and foundation widgets.
If you want to run/contribute to Flutter Web engine, more tooling can be found at felt. This is a tool written to make web engine development experience easy.
If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at Flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the docs.flutter.dev.
Flutter is a fully open source project, and we welcome contributions. Information on how to get started can be found at our contributor guide.