RFR: 8280020: Underline and line-through not straight in WebView [v6]
Jay Bhaskar
duke at openjdk.java.net
Tue Mar 1 03:24:57 UTC 2022
> Issue: The end point of line in drawLinesForText , add thickness to the endPoint.y(). In this case origin which is start point and the end point would not be same, and line would be drawn not straight.
> Solution: Do not add thickness to the y position of end point of line.
> Start Point(x,y) ----------End Point(x + width, 0)
Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
PR review changes applied
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/731/files
- new: https://git.openjdk.java.net/jfx/pull/731/files/29916450..5ab81018
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=731&range=05
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=731&range=04-05
Stats: 5 lines in 1 file changed: 1 ins; 1 del; 3 mod
Patch: https://git.openjdk.java.net/jfx/pull/731.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/731/head:pull/731
PR: https://git.openjdk.java.net/jfx/pull/731
More information about the openjfx-dev
mailing list