-
Notifications
You must be signed in to change notification settings - Fork 6k
Conversation
|
||
LineBreakType get type => lineBreak.type; | ||
|
||
/// Creates a copy of this [DirectionalPosition] with a different [index]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and LineBreakType.prohibited
.
Speaking of which, why does it unconditionally set prohibited
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default, we don't want to break anywhere, except where nextLineBreak()
says it's ok to break.
l('baz', 8, 11, hardBreak: true, width: 30.0, left: 0.0, height: 10.0, baseline: 18.0), | ||
]); | ||
}); | ||
// test('no text', () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the plan for these tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! They should be fine. I just forgot to uncomment them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 36a247f Temporarily opt out of reduced shaders variants till roll issues are resolved. (flutter/engine#27048) * b06ff83 [web] Render RTL text correctly (flutter/engine#26811) * 3283caf --sound-null-safety instead of enable-experiment where possible (flutter/engine#26999) * e10490d Roll Fuchsia Linux SDK from qq5J5tHIA... to eMHAbJpmO... (flutter/engine#27049) * 15ed6a0 Removes the licence sheck from cirrus (flutter/engine#27051) * 6d8a01a Roll Skia from 62ce2488f744 to c6804edbaefc (4 revisions) (flutter/engine#27050) * e8339ed Fix use-after-free. (flutter/engine#27053) * ecd4a14 Roll Dart SDK from 5103185fdff6 to 9d7c40ba84c4 (1 revision) (flutter/engine#27054) * 2e86f4b Roll Skia from c6804edbaefc to 55b401ed9e6c (1 revision) (flutter/engine#27055) * 6136cbd Give FlutterView a view ID (flutter/engine#27052) * 05fe2e2 Revert "--sound-null-safety instead of enable-experiment where possible (#26999)" (flutter/engine#27059) * c633b2a Roll Dart SDK from 9d7c40ba84c4 to d01a840fa25b (1 revision) (flutter/engine#27058)
This reverts commit b06ff83.
Implement handling of bidi text in the html renderer.
Goldens: flutter/goldens#205
Golden updates: flutter/goldens#210
Fixes flutter/flutter#69396
Fixes flutter/flutter#32239
Fixes flutter/flutter#78550
Fixes flutter/flutter#82136