Menu

Possible bug in AffineTransform2D.asAwtTransform()

2013-04-14
2013-05-02
  • Michael Weiss

    Michael Weiss - 2013-04-14

    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

     
  • David

    David - 2013-05-02

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.