rust-unic icon indicating copy to clipboard operation
rust-unic copied to clipboard

Fix indexing within lines in BidiInfo::visual_runs

Open mbrubeck opened this issue 5 years ago • 0 comments

This fixes a bug where indices within a line are incorrectly used to index within the paragraph. Closes #272.

This is a port of servo/unicode-bidi#55 by @laurmaedje. Please see that PR for more details.


This change is Reviewable

mbrubeck avatar Apr 22 '21 18:04 mbrubeck