Skip to content
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

[Backend] The score on YouTube not displaying correctly (Does not display the entire score). 4.4.3 #25184

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. layout score before calculating the height

    it may be that the first page contains only a text box. Then when calculating the height for the video, we will take this first page and get the height of the text box (smallest rectangle containing all (visible) page elements), which is incorrect, since for the video converter we turn off the display of text boxes a little higher in the code.
    We need to first make a layout (apply changes) and then get the first page
    Eism committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a426901 View commit details
    Browse the repository at this point in the history