Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.15
-
None
-
Patch
Description
see patch
PDF in the wild has 0.262745 0.301961 0.631373 RG but this cannot be represented as a n/255 fraction.
package snippet; public class Snippet { public static void main(String[] args) { System.out.println(((int)67)/255f); System.out.println(0.2627451f*255f); System.out.println(0.262745f*255f); System.out.println(66.99997f/255f); } }
Attachments
Attachments
Issue Links
- links to