Skip to content

SWTGraphics2D v1.1.0

Latest
Compare
Choose a tag to compare
@jfree jfree released this 29 Aug 11:02
· 8 commits to master since this release

Version 1.1.0 (29-Aug-2021)

  • fixed interaction between setPaint() and setColor()
  • added support for GradientPaint (without cyclic attribute) in setPaint()
  • cache AWT paint setting to return in getPaint()
  • apply winding rule in fill(Shape)
  • improved correctness and efficiency of transformations
  • fixed clipping bugs
  • implemented create() method
  • implemented getDeviceConfiguration()
  • fixed setFont() method for null argument
  • fixed failing tests for drawImage() methods with null arguments
  • added JUnit 5 tests