Details
Description
A community memory submitted this issue. When using the highlight annotation tool at zoom levels other then 100% there say what seemed like randomly occurring location issues with the output of the highlight effect.
The issue took quite a bit of time to track down as it is related to support we added to scale annotations rectangles against their bbox. The new code exposed a long running rounding error that can occurs when moving from a Rectangle2D to a plain old rectangle.
The issue took quite a bit of time to track down as it is related to support we added to scale annotations rectangles against their bbox. The new code exposed a long running rounding error that can occurs when moving from a Rectangle2D to a plain old rectangle.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51661 | Mon Jun 19 14:54:37 MDT 2017 | patrick.corless | content streams be incorrectly scaled and drawn in an incorrect location. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/tools/HighLightAnnotationHandler.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51660 | Mon Jun 19 14:54:27 MDT 2017 | patrick.corless | content streams be incorrectly scaled and drawn in an incorrect location. |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/viewer/src/org/icepdf/ri/common/tools/HighLightAnnotationHandler.java
|