I think I found a bug in AffineTransform2D.asAwtTransform(). The arguments for the constructor of java.awt.geom.AffineTransform are passed in the wrong order: m00, m01, m02, m10, m11, m12 (source)
The correct order is: m00, m10, m01, m11, m02, m12 (javadoc)
Thank you for all of the effort you put in this library and keep up the great work!
Regards,
Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Michael,
Thank you for the bug report, and your support! I have fixed it, and it is now availabel from checkout. I will try to make a new release soon.
regards,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I think I found a bug in AffineTransform2D.asAwtTransform(). The arguments for the constructor of java.awt.geom.AffineTransform are passed in the wrong order: m00, m01, m02, m10, m11, m12 (source)
The correct order is: m00, m10, m01, m11, m02, m12 (javadoc)
Thank you for all of the effort you put in this library and keep up the great work!
Regards,
Michael
Hi Michael,
Thank you for the bug report, and your support! I have fixed it, and it is now availabel from checkout. I will try to make a new release soon.
regards,
David