-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animate bug. Zero crossing. #293
Comments
Thanks for the report, in rest of July I'm on PC-less holiday, I can check the issue later. |
Quasi-related, is that on Linux that example script will cause a segfault because a font that's not available is specified. Changing it to the internal Terminus font* resolves it. *which, obviously, is the only one available on *nix, because we don't use fontconfig or Core Text for looking up fonts. It would probably also segfault on Windows in builds where GDI is turned off. Unfortunately, I'm not seeing this bug happen on Ubuntu, even once I massaged it enough to actually see the |
I will not be too lazy to install Ubuntu and check. I'll let you know the result. |
Reproduced. Subtitle - when y=-1 is passed (which is reached at frame 28 during Animate 10->-10 interpolation) - has a special internal meaning, which prevents using this exact y coordinate. Fix is in progress. |
This bug is found as well. |
We are trying to move the text vertically. From y=10 to y=-10. When passing through 0 text appears in the center of the screen.
Tested on AviSynth 2.60, AviSynth+ 3.7.2
The text was updated successfully, but these errors were encountered: