Philippe L'Heureux
Philippe L'Heureux
I reproduced it on linux (1.0.3), windows (1.0.3) and osx (1.0.0) on pureftpd 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 211-Extensions supported: EPRT IDLE MDTM SIZE MFMT REST STREAM MLST...
Is there any progress regarding this issue? Should it behaves like get/set and should it be catch by the errorSelector callback on the model?
Great fix! I was about to implement it on my side... Hope it can be merged soon! It would fix https://github.com/Netflix/falcor/issues/745
I tried, but I get the same effect and to be clearer, there should not be a stoke on the text. What appears to be a stroke is the artifacts...
If we create a ColorClip (overlay) manually and compose the 3 layer, it fixes the problem. ``` screensize = (1280, 720) background = ColorClip(screensize, (255, 255, 255), duration=0.1) txt =...
But if I create a CompositeVideo([txt]) before the composition with the overlay and the background, I still get the same problem. ``` screensize = (1280, 720) background = ColorClip(screensize, (255,...