[jfx17u] Integrated: 8280020: Underline and line-through not straight in WebView

2022-05-02 Thread Ambarish Rapte
On Fri, 29 Apr 2022 17:10:09 GMT, Ambarish Rapte wrote: > Reviewed-by: kcr, arapte This pull request has now been integrated. Changeset: 8e52c7be Author:Ambarish Rapte URL: https://git.openjdk.java.net/jfx17u/commit/8e52c7bee8cd4e5aa83a6ea33572cd41026f9776 Stats: 192 lines in 2

[jfx11u] Integrated: 8280020: Underline and line-through not straight in WebView

2022-04-28 Thread Ambarish Rapte
On Thu, 28 Apr 2022 17:50:08 GMT, Ambarish Rapte wrote: > Reviewed-by: kcr, arapte This pull request has now been integrated. Changeset: 104e7b67 Author:Ambarish Rapte URL: https://git.openjdk.java.net/jfx11u/commit/104e7b67ed7714cd3c5849d5012f5877ef2f57dc Stats: 192 lines in 2

Integrated: 8280020: Underline and line-through not straight in WebView

2022-03-07 Thread Jay Bhaskar
On Thu, 10 Feb 2022 11:36:38 GMT, Jay Bhaskar wrote: > 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