-
Bug
-
Resolution: Fixed
-
P4
-
fx2.1
Currently drawTexture enforces edge conditions on the outermost 1/2 pixel of a subimage. This makes sense when thinking of subimages that are an integer number of pixels, but since we allow subimage coordinates that are arbitrary floating point values we might end up with the case that it is called on a subimage area that is less than 1 pixel across and so the edge conditions will not only completely take over the operation, but the area that is half a pixel in from the sides will be a negative size.
- relates to
-
JDK-8127241 Stitching issues when using large images
-
- Closed
-
-
JDK-8119975 Implementation of floating point viewports may not match what developers want or expect
-
- Closed
-