Version 1.1.0 (29-Aug-2021)
- fixed interaction between
setPaint()
andsetColor()
- added support for
GradientPaint
(without cyclic attribute) insetPaint()
- 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 fornull
argument - fixed failing tests for
drawImage()
methods withnull
arguments - added JUnit 5 tests