Details
Description
A client is using our Viewer RI implementation to write square annotations. They have discovered that the SquareAnnotaitonHandler and CircleAnnotaitonHander can not have there fill colour defined.
I've take a closer look and this is true, the system property org.icepdf.core.views.page.annotation.squareCircle.fill.color is actually being set but we don't do anything with it. Geometric shaped annotations also need a flag to indicate that a fill colour should be used.
I've take a closer look and this is true, the system property org.icepdf.core.views.page.annotation.squareCircle.fill.color is actually being set but we don't do anything with it. Geometric shaped annotations also need a flag to indicate that a fill colour should be used.
Marking as fixed.