Version
Description
I have a renderTexture whose size exceeds Canvas. The width and height of the snapshot cannot exceed the drawingBuffer.
I tried to remove Math.min from snapshotArea. Get the effect I want, is there any hidden danger?
Is there a better solution?
Example Test Code
Additional Information