Community
Participate
Working Groups
Created attachment 94361 [details] The bug showning the transform, that works for a fillRectangle() but not for the print(gc) Build ID: 3.4M6 Steps To Reproduce: 1. Create an image 2. Get its GC 3. Set a transform on the GC 4. Control.print(gc) 5. See that the transform is not applied More information: When we have a huge component and we want to print a small area (say bottom right corner), we could create an image that is just the size of that corner and apply a translation transform. This minimizes the amount of memory needed (small image and not the full size), and would also reduce the time to analyze that image (less garbage being created in the ImageData)
It is unlikely that we will get to this for 3.4. Silenio, do you have any ideas how we can fix this?
*** This bug has been marked as a duplicate of bug 250501 ***