flexeo

Results 3 issues of flexeo

### Minimal, reproducible example ```TypeScript try { const pages = await currentBrowserInstance.browser.pages(); const page = pages[0]; await page.setViewport({ width: 100, height: 100 }); const watchDog = page.waitForFunction('!!window.DRAW_FINISH', {timeout: timeout}); await...

bug
needs-feedback
unconfirmed
not-reproducible

StackBlur does not work properly when there is an alpha channel in the image. There is a white outline in the result: [[](https://jsfiddle.net/badabou/e3bq8s2r/1](https://jsfiddle.net/badabou/e3bq8s2r/16/) ![stackblur](https://user-images.githubusercontent.com/22362051/155706834-787174b7-062e-4898-9564-792d73d246ec.png)

First of all, well done for this great script! ### I made three changes: - There is an alert in the console with Chrome when the color is assigned to...