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
I have a 7096x4720 white picture. After adjusting any filter and exporting the picture, I will find that a black border appears on the right and bottom, and the following error appears in web web console: GL_INVALID_VALUE : glCopySubTextureCHROMIUM: source texture bad dimensions! occured
to loadImage(this.imageSrc).then... (delete Math.min(window.screen.width, window.screen.height)) and upload this file(this file created by imagemagick:create-blank-image-in-imagemagick) to reproduce
2 . or just upload the file, apply any filter and then download it.
it effects version Chrome 92.0.4515.131 (arm64) and Edge 90.0.818.46 (64bit) But it works on my Safari Version 14.0.3 (16610.4.3.1.7)
The text was updated successfully, but these errors were encountered:
I have a
7096x4720
white picture. After adjusting any filter and exporting the picture, I will find that a black border appears on the right and bottom, and the following error appears in web web console:GL_INVALID_VALUE : glCopySubTextureCHROMIUM: source texture bad dimensions!
occuredScreenshot below:
Steps to reproduce
you have two way to reproduce:
pixelapp/src/ui/components/App/index.ts
Line 135 in d56f0cc
to
loadImage(this.imageSrc).then...
(delete)) and upload this file(this file created by imagemagick:create-blank-image-in-imagemagick) to reproduceMath.min(window.screen.width, window.screen.height
2 . or just upload the file, apply any filter and then download it.
it effects version
Chrome 92.0.4515.131 (arm64)
andEdge 90.0.818.46 (64bit)
But it works on mySafari Version 14.0.3 (16610.4.3.1.7)
The text was updated successfully, but these errors were encountered: