We need to implement open source replacement for the proprietary AA-renderer currently used in jdk. Pisces library (https://phoneme.dev.java.net/svn/phoneme/components/pisces/trunk) was considered as most suitable replacement.
Comments
EVALUATION
This was fixed as 6610080. Closing this as a duplicate.
16-10-2007
EVALUATION
Looks like it's pretty easy to integrate Pisces library into our rendering architecture. We need to implement ShapeDrawPipe interface and initialize appropriate pipelines at static initializing block of SurfaceData class. We can use service provider api for implementing pluggable initialization (like we have for color management).