JDK-6297129 : AffineTransform.createTransformedShape returns a single precision Shape object
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.2.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-07-15
  • Updated: 2010-04-02
  • Resolved: 2006-03-09
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 6
6Resolved
Related Reports
Duplicate :  
Description
Since the AffineTransform class uses a GeneralPath to return the transformed
geometry from createTransformedShape, it is dependent on the precision used
in that class to store the geometry.  Currently GeneralPath uses arrays of
floats to store the geometry so vital precision is often lost in the process.

See 4172661 for more information on creating a double precision alternative to
GeneralPath.

###@###.### 2005-07-15 00:48:08 GMT

Comments
EVALUATION This was fixed when the Path2D classes were created. See bug 4172661 for more informaiton.
09-03-2006