You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the snapshotArea function and providing a non-integer size, it will either create a distorted snapshot or an empty snapshot. The size of the snapshot image will be the truncated value of the size provided regardless.
I suggest that either the value should be truncated or this can be documented.