Hi,
I would like to get two (very small) changes to the xrender-pipeline in:
1. http://93.83.133.214/ignore-whitespace-width.zip deals with the
fact that the closed-source
font rasterizer seems to generate width=65535 for whitespaces, which
resuts in software fallbacks.
Granted with height=0 rend
On 15 June 2010 14:40, Clemens Eisserer wrote:
> Hi,
>
> I would like to get two (very small) changes to the xrender-pipeline in:
>
> 1. http://93.83.133.214/ignore-whitespace-width.zip deals with the
> fact that the closed-source
> font rasterizer seems to generate width=65535 for whitespaces, wh
Hello.
I think I have a fix for this bug:
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=504
The problem is caused by the "symmetric" variable in pisces/Dasher.java.
symmetric is set to (m00 == m11 && m10 == -m01), and never changed.
It is only used in one place (in lineTo) to simplify t