On Thu, 23 Jul 2020 09:43:36 GMT, Bhawesh Choudhary
wrote:
>> root cause of issue is prism's fillRoundedRect() API doesn't allow rendering
>> of rounded corner rectangle if four
>> corners have different radii. but same can be achieved via Path. to fix the
>> issue, in GraphicsContextJava.cpp
On Thu, 23 Jul 2020 09:43:36 GMT, Bhawesh Choudhary
wrote:
>> root cause of issue is prism's fillRoundedRect() API doesn't allow rendering
>> of rounded corner rectangle if four
>> corners have different radii. but same can be achieved via Path. to fix the
>> issue, in GraphicsContextJava.cpp
On Fri, 15 May 2020 17:33:10 GMT, Kevin Rushforth wrote:
>> Bhawesh Choudhary has updated the pull request with a new target base due to
>> a merge or a rebase. The pull request now
>> contains four commits:
>> - Merge branch 'master' into 8181775
>> - Removed wildcard import statement
>> - F
> root cause of issue is prism's fillRoundedRect() API doesn't allow rendering
> of rounded corner rectangle if four
> corners have different radii. but same can be achieved via Path. to fix the
> issue, in GraphicsContextJava.cpp while
> rendering fillRoundedRect, check if all four corners have
> root cause of issue is prism's fillRoundedRect() API doesn't allow rendering
> of rounded corner rectangle if four
> corners have different radii. but same can be achieved via Path. to fix the
> issue, in GraphicsContextJava.cpp while
> rendering fillRoundedRect, check if all four corners have
On Thu, 14 May 2020 08:15:19 GMT, Bhawesh Choudhary
wrote:
> root cause of issue is prism's fillRoundedRect() API doesn't allow rendering
> of rounded corner rectangle if four
> corners have different radii. but same can be achieved via Path. to fix the
> issue, in GraphicsContextJava.cpp whil