On Thu, 7 Apr 2022 09:55:36 GMT, Jay Bhaskar <jbhas...@openjdk.org> wrote:

>> Issue: Floating point overflow , when making end point for line drawing as 
>> FloatPoint endPoint = startPoint + FloatPoint(widths.last(), 0);
>> Solution: traverse widths to calculate end point and increment start point.
>
> Jay Bhaskar has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   check length of DashArray

Looks safe and minimal change.

-------------

Marked as reviewed by arapte (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/765

Reply via email to