JDK-6976265 : OpenJDK: STROKE_CONTROL not supported
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2010-08-11
  • Updated: 2012-03-20
  • Resolved: 2011-05-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b109Fixed
Description
A DESCRIPTION OF THE REQUEST :
The STROKE_CONTROL hint is ignored in openjdk.

JUSTIFICATION :
It's a known issue that this isn't supported, and it needs to be. It says so here (under "3. Antialiasing graphics rasteriser"):
http://openjdk.java.net/groups/2d/

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Most noticeably, antialiased horizontal and vertical lines of width 1 are drawn with width 2 and an alpha of 0.5.
ACTUAL -
They should be drawn width 1 and an alpha of 1.

Comments
EVALUATION pisces raterized has been improved to support this.
30-08-2010