JDK-6240556 : avoid antialiasing text when XOR mode is enabled
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: solaris_9
  • CPU: generic
  • Submitted: 2005-03-15
  • Updated: 2012-01-16
Related Reports
Relates :  
Description
While investigating the fix for 5106309, we noticed that it is possible
to render antialiased text when XOR mode is enabled.  Our text rendering
loops are somewhat capable of handling antialiased glyphs in XOR mode,
but the results they produce are not well-defined (and rather ugly).  We
should probably make the decision at a higher level to avoid antialiasing
text when XOR mode is enabled.
###@###.### 2005-03-15 01:57:58 GMT