WebParagraph initial commit#167559
Merged
auto-submit[bot] merged 79 commits intoflutter:masterfrom Jul 21, 2025
Merged
Conversation
Moving the test file
Test still not working
Drawing paragraph on Canvas2D (not working)
Drawing paragraph on Canvas2D (not working)
Drawing paragraph on Canvas2D (not working)
on DrawImage
No bidi, no hard line breaks
(Required flattening the style ranges)
(it breaks but somewhere down the road)
All tests workin
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 21, 2025
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
Jul 21, 2025
flutter/flutter@70a3c3c...70cdc0c 2025-07-21 [email protected] WebParagraph initial commit (flutter/flutter#167559) 2025-07-21 [email protected] Roll Dart SDK from a821b47e7a4d to da9e0299c120 (1 revision) (flutter/flutter#172457) 2025-07-21 [email protected] [skia] Update call to SkImage::makeSubset (flutter/flutter#172456) 2025-07-21 [email protected] Roll Fuchsia Linux SDK from 8MyOdk7FEK-MqkzIF... to a_55b5hqpRnigzuNC... (flutter/flutter#172439) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
azatech
pushed a commit
to azatech/flutter
that referenced
this pull request
Jul 28, 2025
This is the current (initial) state of WebParagraph project which is an implementation of SkParagraph on top of TextCluster (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md). Multilined text, mixed LTR/RTL text supported. --------- Co-authored-by: Mouad Debbar <[email protected]>
vashworth
pushed a commit
to vashworth/packages
that referenced
this pull request
Jul 30, 2025
flutter/flutter@70a3c3c...70cdc0c 2025-07-21 [email protected] WebParagraph initial commit (flutter/flutter#167559) 2025-07-21 [email protected] Roll Dart SDK from a821b47e7a4d to da9e0299c120 (1 revision) (flutter/flutter#172457) 2025-07-21 [email protected] [skia] Update call to SkImage::makeSubset (flutter/flutter#172456) 2025-07-21 [email protected] Roll Fuchsia Linux SDK from 8MyOdk7FEK-MqkzIF... to a_55b5hqpRnigzuNC... (flutter/flutter#172439) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
ksokolovskyi
pushed a commit
to ksokolovskyi/flutter
that referenced
this pull request
Aug 19, 2025
This is the current (initial) state of WebParagraph project which is an implementation of SkParagraph on top of TextCluster (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md). Multilined text, mixed LTR/RTL text supported. --------- Co-authored-by: Mouad Debbar <[email protected]>
mboetger
pushed a commit
to mboetger/flutter
that referenced
this pull request
Sep 18, 2025
This is the current (initial) state of WebParagraph project which is an implementation of SkParagraph on top of TextCluster (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md). Multilined text, mixed LTR/RTL text supported. --------- Co-authored-by: Mouad Debbar <[email protected]>
korca0220
pushed a commit
to korca0220/flutter
that referenced
this pull request
Sep 22, 2025
This is the current (initial) state of WebParagraph project which is an implementation of SkParagraph on top of TextCluster (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md). Multilined text, mixed LTR/RTL text supported. --------- Co-authored-by: Mouad Debbar <[email protected]>
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Nov 12, 2025
lucaantonelli
pushed a commit
to lucaantonelli/flutter
that referenced
this pull request
Nov 21, 2025
This is the current (initial) state of WebParagraph project which is an implementation of SkParagraph on top of TextCluster (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md). Multilined text, mixed LTR/RTL text supported. --------- Co-authored-by: Mouad Debbar <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the current (initial) state of WebParagraph project which is an implementation of SkParagraph
on top of TextCluster (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md).
Multilined text, mixed LTR/RTL text supported.
Part of #172561