dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 91 forks source link

fix(cairogradient): Fix artifacts/flashing when using cairogradient #152

Closed bmatherly closed 1 year ago

bmatherly commented 1 year ago

Cairo blends with the destination image. This can result in artifacts if the destination image is not cleared.

As reported here: https://forum.shotcut.org/t/size-position-rotate-and-nosync-works-on-sth-different-than-current-layer-plus-strange-blinking/37042

jaromil commented 1 year ago

thanks!!