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
The setSize function is not prepped to handle widths/heights with subpixel accuracy. My scaled display is breaking the entire demo section of the page, Chrome and FF current, Win11.
I added a Math.round(a) around the assignment to width and height, and it started working again.
Hi - I've just noticed that all liquid distortion effects (including codepen, etc) have stopped working with the error code:
blotter.min.js:30 Uncaught DOMException: Failed to construct 'ImageData': The input data length is not a multiple of 4.
at a.Renderer.setSize (https://cdnjs.cloudflare.com/ajax/libs/Blotter/0.1.0/blotter.min.js:30:402731)
The text was updated successfully, but these errors were encountered: