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

Text clips through bounding box #2325

Closed
MathysHerve opened this issue Jan 14, 2025 · 3 comments
Closed

Text clips through bounding box #2325

MathysHerve opened this issue Jan 14, 2025 · 3 comments
Labels
bug Issues that report (apparent) bugs.

Comments

@MathysHerve
Copy link

Expected Behavior

image

Text can be seen completely

Actual Behavior

image

Text (y g j p) clips through the bottom

Steps and code to Reproduce the Problem

from moviepy import TextClip
TextClip(font="Times New Roman", text="ygggy", font_size=50, color="#FFF", duration=5).preview()

Specifications

  • Python Version: 3.9.6
  • MoviePy Version: 2.1.1
  • Platform Name: Mac?
  • Platform Version: 14.4.1 ?
@MathysHerve MathysHerve added the bug Issues that report (apparent) bugs. label Jan 14, 2025
@OsaAjani
Copy link
Collaborator

Yep, same things as issue #2268 and #2285, it should be fixed pretty soon.

@MathysHerve
Copy link
Author

Apologies! Thanks !

@OsaAjani
Copy link
Collaborator

No problem @MathysHerve.

This issue is closely related to #2268. We're merging the discussion into that issue to keep everything organized. Please follow the updates there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs.
Projects
None yet
Development

No branches or pull requests

2 participants