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

Conversation

GaryQian
Copy link
Contributor

Partially fixes: flutter/flutter#24337

This addresses the background overlapping with the text part of the issue. The translucent backgrounds overlapping needs separate changes.

Copy link
Contributor

@liyuqian liyuqian left a comment

Choose a reason for hiding this comment

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

RSLGTM. Can we also have a golden test to verify the behavior difference?

@GaryQian
Copy link
Contributor Author

GaryQian commented Dec 22, 2018

Yes, I will add unit tests also, but both will probably go in the framework as we don't do pixel tests in the engine (yet) and this is only testable verifiable after paint.

@GaryQian GaryQian merged commit 54d7c42 into flutter:master Jan 2, 2019
@GaryQian
Copy link
Contributor Author

GaryQian commented Jan 3, 2019

flutter/flutter#25988 contains golden tests for text paint order.

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 3, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 3, 2019
flutter/engine@2940812...134b65e

git log 2940812..134b65e --no-merges --oneline
134b65e Roll src/third_party/skia aae6ae39a356..fdde2926df92 (1 commits) (flutter/engine#7358)
f97edf2 Roll src/third_party/skia 96345a23dfa9..aae6ae39a356 (1 commits) (flutter/engine#7357)
d051c47 Roll src/third_party/skia bc84adceaada..96345a23dfa9 (2 commits) (flutter/engine#7356)
15fcba4 Roll src/third_party/skia d0d5bb8c8500..bc84adceaada (6 commits) (flutter/engine#7355)
4d353de Preparing to remove SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE (flutter/engine#7354)
54d7c42 Paint all backgrounds first to prevent overlap (flutter/engine#7287)
0ad16dd Roll src/third_party/skia 279b65ddb5a3..d0d5bb8c8500 (12 commits) (flutter/engine#7353)
8cca33a Give more control over when dynamic patches get downloaded and installed. (flutter/engine#7327)
2d291c7 Roll src/third_party/skia 8f37ce5b9f2c..279b65ddb5a3 (6 commits) (flutter/engine#7350)

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 (amirha@chromium.org), and stop
the roller if necessary.
kangwang1988 pushed a commit to XianyuTech/flutter that referenced this pull request Feb 12, 2019
flutter/engine@2940812...134b65e

git log 2940812..134b65e --no-merges --oneline
134b65e Roll src/third_party/skia aae6ae39a356..fdde2926df92 (1 commits) (flutter/engine#7358)
f97edf2 Roll src/third_party/skia 96345a23dfa9..aae6ae39a356 (1 commits) (flutter/engine#7357)
d051c47 Roll src/third_party/skia bc84adceaada..96345a23dfa9 (2 commits) (flutter/engine#7356)
15fcba4 Roll src/third_party/skia d0d5bb8c8500..bc84adceaada (6 commits) (flutter/engine#7355)
4d353de Preparing to remove SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE (flutter/engine#7354)
54d7c42 Paint all backgrounds first to prevent overlap (flutter/engine#7287)
0ad16dd Roll src/third_party/skia 279b65ddb5a3..d0d5bb8c8500 (12 commits) (flutter/engine#7353)
8cca33a Give more control over when dynamic patches get downloaded and installed. (flutter/engine#7327)
2d291c7 Roll src/third_party/skia 8f37ce5b9f2c..279b65ddb5a3 (6 commits) (flutter/engine#7350)

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 (amirha@chromium.org), 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.

Simplified Chinese characters with background do not display properly in RichText.
3 participants