[OpenJDK 2D-Dev] 2 small xrender fixes

2010-06-15 Thread Clemens Eisserer
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

Re: [OpenJDK 2D-Dev] 2 small xrender fixes

2010-06-15 Thread Andrew John Hughes
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

[OpenJDK 2D-Dev] Fix for uniformly scaled dashed lines.

2010-06-15 Thread Denis Lila
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