Re: [OpenJDK 2D-Dev] [PATCH] FontManager refactoring

2008-10-27 Thread Roman Kennke
Hi, > Wow, that's the large one. It will take some time for me to look through > this > and Phil is the right guy to review most of these changes anyway. What is the status of the review? /Roman -- Dipl.-Inform. (FH) Roman Kennke, Software Engineer, http://kennke.org aicas Allerton Interworks

[OpenJDK 2D-Dev] Bug in pisces Renderer (uninitialized crossings)

2008-10-27 Thread Mark Wielaard
Hi, There is a bug in the pisces Renderer in crossingListFinished(). Both crossings and crossingIndices might not have been initialized, so have to be checked for being null. They only get initialized if setCrossingsExtents() was called earlier, which might not always be the case when crossingList